diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:41:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:41:25 +0800 |
commit | 16e08ed13ace1de3bce3b84afff2d470a0248de0 (patch) | |
tree | 34b4b7ad36db79e4132ddffa91d4760318b767d2 /devel/p5-Test-Sys-Info | |
parent | 6353c0f207069456ee50496225ecf54ee044ecaf (diff) | |
download | freebsd-ports-gnome-16e08ed13ace1de3bce3b84afff2d470a0248de0.tar.gz freebsd-ports-gnome-16e08ed13ace1de3bce3b84afff2d470a0248de0.tar.zst freebsd-ports-gnome-16e08ed13ace1de3bce3b84afff2d470a0248de0.zip |
- Support STAGEDIR
Diffstat (limited to 'devel/p5-Test-Sys-Info')
-rw-r--r-- | devel/p5-Test-Sys-Info/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Sys-Info/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Test-Sys-Info/Makefile b/devel/p5-Test-Sys-Info/Makefile index d15538fea26f..08c7fd075870 100644 --- a/devel/p5-Test-Sys-Info/Makefile +++ b/devel/p5-Test-Sys-Info/Makefile @@ -16,8 +16,4 @@ TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ USE_PERL5= configure USES= perl5 -MAN3= Test::Sys::Info.3 \ - Test::Sys::Info::Driver.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Test-Sys-Info/pkg-plist b/devel/p5-Test-Sys-Info/pkg-plist index ea50fbf32d8a..3854f4c0b649 100644 --- a/devel/p5-Test-Sys-Info/pkg-plist +++ b/devel/p5-Test-Sys-Info/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Test/Sys/Info.pm %%SITE_PERL%%/Test/Sys/Info/Driver.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Sys/Info/.packlist +%%PERL5_MAN3%%/Test::Sys::Info.3.gz +%%PERL5_MAN3%%/Test::Sys::Info::Driver.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Sys/Info @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Sys @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test |