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 | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Notes
Diffstat (limited to 'security/p5-Digest')
-rw-r--r-- | security/p5-Digest/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest/pkg-plist | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index a6e374874a1e..58f79772e4a4 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -13,7 +13,4 @@ COMMENT= Modules that calculate message digests USES= perl5 USE_PERL5= configure -MAN3= Digest.3 Digest::base.3 Digest::file.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest/pkg-plist b/security/p5-Digest/pkg-plist index b592854aa7ba..1c9e955ac031 100644 --- a/security/p5-Digest/pkg-plist +++ b/security/p5-Digest/pkg-plist @@ -1,6 +1,9 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/.packlist +%%PERL5_MAN3%%/Digest.3.gz +%%PERL5_MAN3%%/Digest::base.3.gz +%%PERL5_MAN3%%/Digest::file.3.gz %%SITE_PERL%%/Digest.pm %%SITE_PERL%%/Digest/base.pm %%SITE_PERL%%/Digest/file.pm -@dirrmtry %%SITE_PERL%%/Digest +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest +@dirrmtry %%SITE_PERL%%/Digest |