diff options
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 |