svn commit: r513808 - head/textproc/libxml2

Antoine Brodin antoine at FreeBSD.org
Sat Oct 5 05:42:02 UTC 2019


Author: antoine
Date: Sat Oct  5 05:42:01 2019
New Revision: 513808
URL: https://svnweb.freebsd.org/changeset/ports/513808

Log:
  MASTERDIR is always defined after bsd.port.pre.mk

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Sat Oct  5 02:10:06 2019	(r513807)
+++ head/textproc/libxml2/Makefile	Sat Oct  5 05:42:01 2019	(r513808)
@@ -54,6 +54,11 @@ THREAD_ALLOC_CONFIGURE_WITH=	thread-alloc
 
 .endif # !defined(MASTERDIR)
 
+.if !defined(MASTERDIR)
+post-install:
+	@${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
+.endif
+
 .include <bsd.port.pre.mk>
 
 post-patch:
@@ -69,11 +74,6 @@ post-patch:
 .endfor
 .if ${CHOSEN_COMPILER_TYPE} == gcc
 	@${REINPLACE_CMD} -e 's/ -Wno-array-bounds//' ${WRKSRC}/configure
-.endif
-
-.if !defined(MASTERDIR)
-post-install:
-	@${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list