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-Authen-PAM | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-plist | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index 8b013c33e67d..a97340fd9321 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -3,7 +3,7 @@ PORTNAME= Authen-PAM PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Authen-PAM/pkg-plist b/security/p5-Authen-PAM/pkg-plist index 1cd778c06d76..39927749a419 100644 --- a/security/p5-Authen-PAM/pkg-plist +++ b/security/p5-Authen-PAM/pkg-plist @@ -1,10 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM/FAQ.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/.packlist +%%SITE_ARCH%%/Authen/PAM.pm +%%SITE_ARCH%%/Authen/PAM/FAQ.pod +%%SITE_ARCH%%/auto/Authen/PAM/PAM.so %%PERL5_MAN3%%/Authen::PAM.3.gz %%PERL5_MAN3%%/Authen::PAM::FAQ.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen |