diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-31 14:31:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-31 14:31:30 +0000 |
commit | beab2a2a0073e38e4144541d42b07708840d4a38 (patch) | |
tree | 584331625caf1e01ac8c7f16cc5381f0f560f4d9 /devel/p5-Test-Dependencies | |
parent | b2a79266bb2c886e6eed003454b8ef4824a4c29f (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332245
Diffstat (limited to 'devel/p5-Test-Dependencies')
-rw-r--r-- | devel/p5-Test-Dependencies/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/pkg-plist | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile index fcd1ec3eb105..bae2e48f8fdb 100644 --- a/devel/p5-Test-Dependencies/Makefile +++ b/devel/p5-Test-Dependencies/Makefile @@ -21,9 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Test::Dependencies.3 \ - Test::Dependencies::Heavy.3 \ - Test::Dependencies::Light.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Test-Dependencies/pkg-plist b/devel/p5-Test-Dependencies/pkg-plist index 8ce14765d1c3..7e5e9c61065a 100644 --- a/devel/p5-Test-Dependencies/pkg-plist +++ b/devel/p5-Test-Dependencies/pkg-plist @@ -1,8 +1,11 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist +%%PERL5_MAN3%%/Test::Dependencies.3.gz +%%PERL5_MAN3%%/Test::Dependencies::Heavy.3.gz +%%PERL5_MAN3%%/Test::Dependencies::Light.3.gz %%SITE_PERL%%/Test/Dependencies.pm %%SITE_PERL%%/Test/Dependencies/Heavy.pm %%SITE_PERL%%/Test/Dependencies/Light.pm -@dirrmtry %%SITE_PERL%%/Test/Dependencies -@dirrmtry %%SITE_PERL%%/Test -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrm %%SITE_PERL%%/Test/Dependencies +@dirrmtry %%SITE_PERL%%/Test |