diff options
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 9e1db26d21b6..ddc352383bad 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -19,28 +19,13 @@ PORTSCOUT= skipv:0.801 USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes - -MAN3= DateTime::Format::Epoch.3 \ - DateTime::Format::Epoch::ActiveDirectory.3 \ - DateTime::Format::Epoch::DotNet.3 \ - DateTime::Format::Epoch::JD.3 \ - DateTime::Format::Epoch::Lilian.3 \ - DateTime::Format::Epoch::MJD.3 \ - DateTime::Format::Epoch::MacOS.3 \ - DateTime::Format::Epoch::RJD.3 \ - DateTime::Format::Epoch::RataDie.3 \ - DateTime::Format::Epoch::TAI64.3 \ - DateTime::Format::Epoch::TJD.3 \ - DateTime::Format::Epoch::Unix.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README TODO post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |