diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-06 15:39:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-06 15:39:31 +0800 |
commit | 3b747ec1fe63a240fae80305deb47cd50d4cf153 (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Crypt-CAST5_PP | |
parent | b2c4d2973182b583f9e401d5a7f02f137d410187 (diff) | |
download | freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.tar.gz freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.tar.zst freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.zip |
Support STAGEDIR.
Diffstat (limited to 'security/p5-Crypt-CAST5_PP')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-plist | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 57ffd269c484..60828cd1ac3e 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -13,7 +13,4 @@ COMMENT= CAST5 block cipher in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Crypt::CAST5_PP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5_PP/pkg-plist b/security/p5-Crypt-CAST5_PP/pkg-plist index 00aef0893362..246dfa696e26 100644 --- a/security/p5-Crypt-CAST5_PP/pkg-plist +++ b/security/p5-Crypt-CAST5_PP/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Crypt::CAST5_PP.3.gz %%SITE_PERL%%/Crypt/CAST5_PP.pm %%SITE_PERL%%/Crypt/CAST5_PP/Tables.pm %%SITE_PERL%%/auto/Crypt/CAST5_PP/autosplit.ix @@ -5,9 +6,9 @@ %%SITE_PERL%%/auto/Crypt/CAST5_PP/encrypt.al %%SITE_PERL%%/auto/Crypt/CAST5_PP/init.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP/.packlist -@dirrm %%SITE_PERL%%/Crypt/CAST5_PP -@dirrmtry %%SITE_PERL%%/Crypt -@dirrm %%SITE_PERL%%/auto/Crypt/CAST5_PP -@dirrmtry %%SITE_PERL%%/auto/Crypt -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/auto/Crypt/CAST5_PP +@dirrmtry %%SITE_PERL%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt/CAST5_PP +@dirrmtry %%SITE_PERL%%/Crypt |