diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-18 22:48:35 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-18 22:48:35 +0000 |
commit | 9a707c764cf2578b280a4cf770667ef61f527356 (patch) | |
tree | 0c5a9b0f27f155c0c1442653526c76224a4da0f8 /security | |
parent | 6a2322ab42262006226f70c1449971ff44f41eed (diff) | |
download | FreeBSD-ports-9a707c764cf2578b280a4cf770667ef61f527356.zip FreeBSD-ports-9a707c764cf2578b280a4cf770667ef61f527356.tar.gz |
use PLIST substitution instead of hard coded perl version strings
(this should fix the build on -current)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-RIPEMD160/pkg-plist b/security/p5-Crypt-RIPEMD160/pkg-plist index 33c425e..afa248d 100644 --- a/security/p5-Crypt-RIPEMD160/pkg-plist +++ b/security/p5-Crypt-RIPEMD160/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.so -lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.bs -lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/autosplit.ix -lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/.packlist -lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160.pm -lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160/MAC.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160/RIPEMD160.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160/RIPEMD160.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RIPEMD160.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RIPEMD160/MAC.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RIPEMD160 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true |