diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /security/p5-Crypt-Random | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Random/pkg-plist | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 6cfe114e7d86..2daa917434fc 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Random PORTVERSION= 1.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-Random/pkg-plist b/security/p5-Crypt-Random/pkg-plist index d79f9808db98..e2ba5afd8385 100644 --- a/security/p5-Crypt-Random/pkg-plist +++ b/security/p5-Crypt-Random/pkg-plist @@ -7,9 +7,3 @@ bin/makerandom %%SITE_PERL%%/Crypt/Random/Provider/devurandom.pm %%SITE_PERL%%/Crypt/Random/Provider/egd.pm %%SITE_PERL%%/Crypt/Random/Provider/rand.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt -@dirrmtry %%SITE_PERL%%/Crypt/Random/Provider -@dirrmtry %%SITE_PERL%%/Crypt/Random -@dirrmtry %%SITE_PERL%%/Crypt |