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 /finance/p5-Finance-Currency-Convert-XE/Makefile | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) | |
download | ports-10f22ecd6d1808866406972dd09e2e107e41ceb2.tar.gz ports-10f22ecd6d1808866406972dd09e2e107e41ceb2.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-Currency-Convert-XE/Makefile')
-rw-r--r-- | finance/p5-Finance-Currency-Convert-XE/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/finance/p5-Finance-Currency-Convert-XE/Makefile b/finance/p5-Finance-Currency-Convert-XE/Makefile index 90359790612e..8341bf1f1760 100644 --- a/finance/p5-Finance-Currency-Convert-XE/Makefile +++ b/finance/p5-Finance-Currency-Convert-XE/Makefile @@ -24,13 +24,9 @@ USE_PERL5= configure PORTDOCS= Changes README -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif .include <bsd.port.mk> |