diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
commit | 145684059e10cd665e45e23fcbe197b482ceee54 (patch) | |
tree | f1be073ea0e2e98416a4b56366852de38b69d708 /security/p5-Authen-Radius | |
parent | 5685b5d27089264c4f6027480a3bbc152b79178d (diff) | |
download | ports-145684059e10cd665e45e23fcbe197b482ceee54.tar.gz ports-145684059e10cd665e45e23fcbe197b482ceee54.zip |
Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
Notes
Notes:
svn path=/head/; revision=16010
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Authen-Radius/pkg-plist b/security/p5-Authen-Radius/pkg-plist index 88944a91e1d2..d26b018c354c 100644 --- a/security/p5-Authen-Radius/pkg-plist +++ b/security/p5-Authen-Radius/pkg-plist @@ -1,2 +1,2 @@ lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Authen/Radius/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist |