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-PasswdMD5 | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-PasswdMD5')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index 915ec865acb0..e0fdee9ad808 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -14,9 +14,6 @@ COMMENT= Perl module that provides interoperable MD5-based crypt() function USES= perl5 USE_PERL5= configure -MAN3= Crypt::PasswdMD5.3 - -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm diff --git a/security/p5-Crypt-PasswdMD5/pkg-plist b/security/p5-Crypt-PasswdMD5/pkg-plist index c932cf5c3c4e..81332eb0e81e 100644 --- a/security/p5-Crypt-PasswdMD5/pkg-plist +++ b/security/p5-Crypt-PasswdMD5/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Crypt::PasswdMD5.3.gz %%SITE_PERL%%/Crypt/PasswdMD5.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5/.packlist -@dirrmtry %%SITE_PERL%%/Crypt -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt |