svn commit: r354000 - head/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Tue May 13 21:25:16 UTC 2014


Author: kwm
Date: Tue May 13 21:25:15 2014
New Revision: 354000
URL: http://svnweb.freebsd.org/changeset/ports/354000
QAT: https://qat.redports.org/buildarchive/r354000/

Log:
  Make check-plist not trow it cookies.

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Tue May 13 21:19:35 2014	(r353999)
+++ head/textproc/libxml2/Makefile	Tue May 13 21:25:15 2014	(r354000)
@@ -58,6 +58,11 @@ post-patch:
 		${WRKSRC}/${f}
 .endfor
 
+.if !defined(MASTERDIR)
+post-install:
+	@${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc/html/libxml2
+.endif
+
 .include <bsd.port.mk>
 
 .endif


More information about the svn-ports-all mailing list