aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-14 14:26:55 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-14 14:26:55 +0000
commit0eb79be5610b0e5b61797fd9739abd0265b5b51b (patch)
treeaa910c85f21acc0fe6dbea69d923ea82439c5890 /textproc/libxml2/Makefile
parent4d468eb657fd4e7400d911d5ba3666d2fbdd3d6d (diff)
downloadports-0eb79be5610b0e5b61797fd9739abd0265b5b51b.tar.gz
ports-0eb79be5610b0e5b61797fd9739abd0265b5b51b.zip
Make sure to remove all orphaned doc dirs.
Submitted by: port jenkins via swills@
Notes
Notes: svn path=/head/; revision=354061
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 4c424408e68b..21e27d1bfc03 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -60,7 +60,7 @@ post-patch:
.if !defined(MASTERDIR)
post-install:
- @${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc/html/libxml2
+ @${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc
.endif
.include <bsd.port.mk>