svn commit: r354061 - head/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Wed May 14 14:26:56 UTC 2014


Author: kwm
Date: Wed May 14 14:26:55 2014
New Revision: 354061
URL: http://svnweb.freebsd.org/changeset/ports/354061
QAT: https://qat.redports.org/buildarchive/r354061/

Log:
  Make sure to remove all orphaned doc dirs.
  
  Submitted by:	port jenkins via swills@

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Wed May 14 14:22:23 2014	(r354060)
+++ head/textproc/libxml2/Makefile	Wed May 14 14:26:55 2014	(r354061)
@@ -60,7 +60,7 @@ post-patch:
 
 .if !defined(MASTERDIR)
 post-install:
-	@${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc/html/libxml2
+	@${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list