diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 09:27:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 09:27:54 +0000 |
commit | 91b973f3ac01ef9d67265f34e7b34e8f94c02cfc (patch) | |
tree | 68a3ac3b0288396286af9015af4b53e1e703a718 /www/p5-URI-Sequin | |
parent | 97a551d5d0120e113c38c2faa1df36ccd38dcb8f (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=342674
Diffstat (limited to 'www/p5-URI-Sequin')
-rw-r--r-- | www/p5-URI-Sequin/Makefile | 9 | ||||
-rw-r--r-- | www/p5-URI-Sequin/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/www/p5-URI-Sequin/Makefile b/www/p5-URI-Sequin/Makefile index d44cfdfb0b21..eb1b57525fc6 100644 --- a/www/p5-URI-Sequin/Makefile +++ b/www/p5-URI-Sequin/Makefile @@ -13,15 +13,10 @@ COMMENT= Extract information from the URLs of Search-Engines USES= perl5 USE_PERL5= configure -NO_STAGE= yes -MAN3= URI::Sequin.3 - -.ifndef (NOPORTDOCS) post-install: - @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples + @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples @${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \ - ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples -.endif + ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples .include <bsd.port.mk> diff --git a/www/p5-URI-Sequin/pkg-plist b/www/p5-URI-Sequin/pkg-plist index 02844d18e112..4761e1f96d06 100644 --- a/www/p5-URI-Sequin/pkg-plist +++ b/www/p5-URI-Sequin/pkg-plist @@ -5,6 +5,7 @@ %%PORTDOCS%%%%SITE_PERL%%/URI/Sequin/examples/ref2.log %%PORTDOCS%%@dirrm %%SITE_PERL%%/URI/Sequin/examples %%PORTDOCS%%@dirrm %%SITE_PERL%%/URI/Sequin +%%PERL5_MAN3%%/URI::Sequin.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Sequin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI @dirrmtry %%SITE_PERL%%/URI |