diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
commit | 1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Crypt-Primes | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) | |
download | ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Primes/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index a7e447391df6..6a5f4144977e 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -16,8 +16,4 @@ BUILD_DEPENDS= p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \ USES= perl5 USE_PERL5= configure -MAN1= largeprimes.1 -MAN3= Crypt::Primes.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Primes/pkg-plist b/security/p5-Crypt-Primes/pkg-plist index 803b08acb0a0..1c799c5e0f23 100644 --- a/security/p5-Crypt-Primes/pkg-plist +++ b/security/p5-Crypt-Primes/pkg-plist @@ -1,4 +1,8 @@ bin/largeprimes +%%PERL5_MAN3%%/Crypt::Primes.3.gz %%SITE_PERL%%/Crypt/Primes.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Primes/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Primes +man/man1/largeprimes.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Primes +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt |