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-Digest-SHA1 | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-SHA1')
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index a797dd8d6f47..4f1b1e60037a 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl interface to the SHA-1 Algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::SHA1.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-SHA1/pkg-plist b/security/p5-Digest-SHA1/pkg-plist index 02760efd8321..5476a6baf42a 100644 --- a/security/p5-Digest-SHA1/pkg-plist +++ b/security/p5-Digest-SHA1/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Digest::SHA1.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA1.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA1/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA1 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA1 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest |