diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-10-04 19:43:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-10-04 19:43:20 +0000 |
commit | 756402b2815a41a8265c09fee3710a22c8b024f3 (patch) | |
tree | 211a6d30e106094d957b77d0a14a086efe9b7009 | |
parent | Enable stage (diff) |
- Add stage support
- Fix build with Perl 5.16
With hat: perl@
Notes
Notes:
svn path=/head/; revision=329367
-rw-r--r-- | www/p5-WWW-Shorten-0rz/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-0rz/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-0rz/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-WWW-Shorten-0rz/Makefile b/www/p5-WWW-Shorten-0rz/Makefile index 7445fc0d4c88..94b2dff06c4a 100644 --- a/www/p5-WWW-Shorten-0rz/Makefile +++ b/www/p5-WWW-Shorten-0rz/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= WWW::Shorten::0rz.3 +post-patch: + @${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-0rz/pkg-descr b/www/p5-WWW-Shorten-0rz/pkg-descr index 71bd033061e2..d68f74b4fb51 100644 --- a/www/p5-WWW-Shorten-0rz/pkg-descr +++ b/www/p5-WWW-Shorten-0rz/pkg-descr @@ -1,3 +1,3 @@ Shorten URL using 0rz.net -WWW: http://search.cpan.org/dist/WWW-Shorten-0rz/ +WWW: http://search.cpan.org/dist/WWW-Shorten-0rz/ diff --git a/www/p5-WWW-Shorten-0rz/pkg-plist b/www/p5-WWW-Shorten-0rz/pkg-plist index 011eb82ac611..06124e4a55e8 100644 --- a/www/p5-WWW-Shorten-0rz/pkg-plist +++ b/www/p5-WWW-Shorten-0rz/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/WWW/Shorten/0rz.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/0rz/.packlist +%%PERL5_MAN3%%/WWW::Shorten::0rz.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/0rz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |