aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-14 05:25:15 +0800
committerKoop Mast <kwm@FreeBSD.org>2014-05-14 05:25:15 +0800
commit9d4f1e2d7b2aa8fc8bae4e23859e508fd187dbdc (patch)
tree811222989cf7be7d408e6b14ba6359655e927cd5 /textproc/libxml2
parent2ba2db697e431af9d800fca96b2e6eb6b0c184d7 (diff)
downloadfreebsd-ports-gnome-9d4f1e2d7b2aa8fc8bae4e23859e508fd187dbdc.tar.gz
freebsd-ports-gnome-9d4f1e2d7b2aa8fc8bae4e23859e508fd187dbdc.tar.zst
freebsd-ports-gnome-9d4f1e2d7b2aa8fc8bae4e23859e508fd187dbdc.zip
Make check-plist not trow it cookies.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index df4b033ca591..4c424408e68b 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