aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-05-14 05:25:15 +0800
committerkwm <kwm@FreeBSD.org>2014-05-14 05:25:15 +0800
commit292187b5b89254ce0fd0cd8dcc110612ac5daa02 (patch)
tree811222989cf7be7d408e6b14ba6359655e927cd5 /textproc
parentcc964b5c2ee8895a20b4839ff64bfaee6a43103e (diff)
downloadfreebsd-ports-graphics-292187b5b89254ce0fd0cd8dcc110612ac5daa02.tar.gz
freebsd-ports-graphics-292187b5b89254ce0fd0cd8dcc110612ac5daa02.tar.zst
freebsd-ports-graphics-292187b5b89254ce0fd0cd8dcc110612ac5daa02.zip
Make check-plist not trow it cookies.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index df4b033ca59..4c424408e68 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -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