diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-14 14:26:55 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-14 14:26:55 +0000 |
commit | 0eb79be5610b0e5b61797fd9739abd0265b5b51b (patch) | |
tree | aa910c85f21acc0fe6dbea69d923ea82439c5890 /textproc | |
parent | 4d468eb657fd4e7400d911d5ba3666d2fbdd3d6d (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
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> |