diff options
Diffstat (limited to 'devel/p5-Set-Infinite/Makefile')
-rw-r--r-- | devel/p5-Set-Infinite/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/p5-Set-Infinite/Makefile b/devel/p5-Set-Infinite/Makefile index facc2ef72cc..124eb83f731 100644 --- a/devel/p5-Set-Infinite/Makefile +++ b/devel/p5-Set-Infinite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-Infinite -PORTVERSION= 0.59 +PORTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -23,4 +23,13 @@ PERL_CONFIGURE= yes MAN3= Set::Infinite.3 Set::Infinite::Basic.3 +.if !defined(NOPORTDOCS) +PORTDOCS= Changes README TODO + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + .include <bsd.port.mk> |