diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:52:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:52:39 +0000 |
commit | d9b51276267edffe96f5dfa613e9010e8b20d481 (patch) | |
tree | 71cbf3545f3c46063cafedf3043c72b11789854f /math/p5-Math-Currency | |
parent | 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (diff) | |
download | ports-d9b51276267edffe96f5dfa613e9010e8b20d481.tar.gz ports-d9b51276267edffe96f5dfa613e9010e8b20d481.zip |
Notes
Diffstat (limited to 'math/p5-Math-Currency')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index eb0d73e42180..177e9467c37e 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -16,13 +16,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + PORTDOCS= Changes post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif .include <bsd.port.mk> |