diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-14 05:25:15 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-14 05:25:15 +0800 |
commit | 292187b5b89254ce0fd0cd8dcc110612ac5daa02 (patch) | |
tree | 811222989cf7be7d408e6b14ba6359655e927cd5 /textproc | |
parent | cc964b5c2ee8895a20b4839ff64bfaee6a43103e (diff) | |
download | freebsd-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/Makefile | 5 |
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 |