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-CBC | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332949
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 62fcb2834b44..cf4872d54bd3 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl5 interface to Cipher Block Chaining with DES and IDEA USES= perl5 USE_PERL5= configure -MAN3= Crypt::CBC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CBC/pkg-plist b/security/p5-Crypt-CBC/pkg-plist index fafe8b3a8e32..5e8d3df1cc41 100644 --- a/security/p5-Crypt-CBC/pkg-plist +++ b/security/p5-Crypt-CBC/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Crypt::CBC.3.gz %%SITE_PERL%%/Crypt/CBC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt |