diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /textproc/p5-XML-Smart | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) | |
download | ports-10f22ecd6d1808866406972dd09e2e107e41ceb2.tar.gz ports-10f22ecd6d1808866406972dd09e2e107e41ceb2.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Smart')
-rw-r--r-- | textproc/p5-XML-Smart/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile index 3a136c94ad4f..cc0ad9fecf1d 100644 --- a/textproc/p5-XML-Smart/Makefile +++ b/textproc/p5-XML-Smart/Makefile @@ -28,13 +28,9 @@ PORTDOCS= Changes README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif .include <bsd.port.mk> |