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 /lang/p5-Tcl | |
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 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/p5-Tcl/pkg-plist b/lang/p5-Tcl/pkg-plist index d17d88ce35fe..e75d422354b1 100644 --- a/lang/p5-Tcl/pkg-plist +++ b/lang/p5-Tcl/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Tcl.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/Tcl.bs -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/Tcl.so -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tcl.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tcl.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl |