diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-14 05:25:15 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-14 05:25:15 +0800 |
commit | 9d4f1e2d7b2aa8fc8bae4e23859e508fd187dbdc (patch) | |
tree | 811222989cf7be7d408e6b14ba6359655e927cd5 /textproc/libxml2 | |
parent | 2ba2db697e431af9d800fca96b2e6eb6b0c184d7 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |