diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 16:50:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 16:50:37 +0800 |
commit | 0a70854e397f99d9c80660dbd3e61720e0100e4b (patch) | |
tree | 6dcd2f66cd51ab7e0d0d81b526595dd790d971e9 /archivers | |
parent | 0de159d9f4ab3fd60f61350180f513b3f2a4b909 (diff) | |
download | freebsd-ports-gnome-0a70854e397f99d9c80660dbd3e61720e0100e4b.tar.gz freebsd-ports-gnome-0a70854e397f99d9c80660dbd3e61720e0100e4b.tar.zst freebsd-ports-gnome-0a70854e397f99d9c80660dbd3e61720e0100e4b.zip |
- Support STAGEDIR
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile index a9070146d2f8..3fb58a731ec6 100644 --- a/archivers/p5-Compress-Raw-Bzip2/Makefile +++ b/archivers/p5-Compress-Raw-Bzip2/Makefile @@ -16,10 +16,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -NO_STAGE= yes USE_PERL5= configure USES= perl5 -MAN3= Compress::Raw::Bzip2.3 - .include <bsd.port.mk> diff --git a/archivers/p5-Compress-Raw-Bzip2/pkg-plist b/archivers/p5-Compress-Raw-Bzip2/pkg-plist index c053c308501b..88eadabaa8e4 100644 --- a/archivers/p5-Compress-Raw-Bzip2/pkg-plist +++ b/archivers/p5-Compress-Raw-Bzip2/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/autosplit.ix +%%PERL5_MAN3%%/Compress::Raw::Bzip2.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress |