diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-10-31 15:36:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-10-31 15:36:25 +0800 |
commit | 2c905fe625afe42829535066bf026bb5babc9e64 (patch) | |
tree | f7249764c63111e6e4cfd2f3274c35d6fcbac3dc /devel/p5-Set-Infinite | |
parent | 9793e15280665c3bf24f2a851f22061e38ac4bb9 (diff) | |
download | freebsd-ports-gnome-2c905fe625afe42829535066bf026bb5babc9e64.tar.gz freebsd-ports-gnome-2c905fe625afe42829535066bf026bb5babc9e64.tar.zst freebsd-ports-gnome-2c905fe625afe42829535066bf026bb5babc9e64.zip |
Support STAGEDIR.
Diffstat (limited to 'devel/p5-Set-Infinite')
-rw-r--r-- | devel/p5-Set-Infinite/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Set-Infinite/pkg-plist | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Set-Infinite/Makefile b/devel/p5-Set-Infinite/Makefile index 666ba5163142..4368fdfbbd2a 100644 --- a/devel/p5-Set-Infinite/Makefile +++ b/devel/p5-Set-Infinite/Makefile @@ -15,17 +15,14 @@ OPTIONS_DEFINE= DOCS USES= perl5 USE_PERL5= configure -MAN3= Set::Infinite.3 Set::Infinite::Arithmetic.3 Set::Infinite::Basic.3 PORTDOCS= Changes README TODO -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include <bsd.port.mk> diff --git a/devel/p5-Set-Infinite/pkg-plist b/devel/p5-Set-Infinite/pkg-plist index 68b8d9509ee5..e8c1aaad8f26 100644 --- a/devel/p5-Set-Infinite/pkg-plist +++ b/devel/p5-Set-Infinite/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/Set::Infinite.3.gz +%%PERL5_MAN3%%/Set::Infinite::Arithmetic.3.gz +%%PERL5_MAN3%%/Set::Infinite::Basic.3.gz %%SITE_PERL%%/Set/Infinite.pm %%SITE_PERL%%/Set/Infinite/Arithmetic.pm %%SITE_PERL%%/Set/Infinite/Basic.pm |