diff options
Diffstat (limited to 'devel/p5-DateTime-Calendar-Pataphysical/Makefile')
-rw-r--r-- | devel/p5-DateTime-Calendar-Pataphysical/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Calendar-Pataphysical/Makefile b/devel/p5-DateTime-Calendar-Pataphysical/Makefile index 1e4a51926042..a39aa977c29e 100644 --- a/devel/p5-DateTime-Calendar-Pataphysical/Makefile +++ b/devel/p5-DateTime-Calendar-Pataphysical/Makefile @@ -15,17 +15,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN3= DateTime::Calendar::Pataphysical.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README 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> |