Date: Sat, 5 Oct 2019 05:42:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513808 - head/textproc/libxml2 Message-ID: <201910050542.x955g292048532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910050542.x955g292048532>