diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:57:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:57:07 +0000 |
commit | 82fc70fd02a693e131547b5aebe47817bbd683e1 (patch) | |
tree | 5e89dfc088ba8feff5421e300f6eb260a867a747 /devel/p5-App-Build | |
parent | 3d9b49d653bccf2b8a9b326038fa2b5056ed96d7 (diff) |
Notes
Diffstat (limited to 'devel/p5-App-Build')
-rw-r--r-- | devel/p5-App-Build/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/p5-App-Build/Makefile b/devel/p5-App-Build/Makefile index 9513d92c8f84..b005a05fd3ff 100644 --- a/devel/p5-App-Build/Makefile +++ b/devel/p5-App-Build/Makefile @@ -19,12 +19,9 @@ BUILD_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \ USES= perl5 USE_PERL5= modbuild -.if !defined(NOPORTDOCS) - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif .include <bsd.port.mk> |