Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 21:25:15 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354000 - head/textproc/libxml2
Message-ID:  <201405132125.s4DLPFW5004425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405132125.s4DLPFW5004425>