diff options
author | mbw <mbw@pkgsrc.org> | 2000-04-20 04:08:54 +0000 |
---|---|---|
committer | mbw <mbw@pkgsrc.org> | 2000-04-20 04:08:54 +0000 |
commit | 68aa48dd183c9c77551fa70d3befdf499364f09e (patch) | |
tree | 942a65051d69aab26b381fd2d0cff2d669a2f06c /www | |
parent | 9fc273abd98346a3a6ebbc79cea9bb7a6be08feb (diff) | |
download | pkgsrc-68aa48dd183c9c77551fa70d3befdf499364f09e.tar.gz |
fixed i386 dependency in PLIST to be ${MACHINE_ARCH}
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-VRML/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-VRML/pkg/PLIST b/www/p5-VRML/pkg/PLIST index 34c1541c540..0052d8efef1 100644 --- a/www/p5-VRML/pkg/PLIST +++ b/www/p5-VRML/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 09:47:32 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/04/20 04:08:54 mbw Exp $ lib/perl5/site_perl/VRML/Color.pm lib/perl5/site_perl/VRML/VRML1/Standard.pm lib/perl5/site_perl/VRML/VRML1.pm @@ -13,7 +13,7 @@ lib/perl5/man/man3/VRML::VRML1::Standard.3 lib/perl5/man/man3/VRML::Base.3 lib/perl5/man/man3/VRML::VRML2.3 lib/perl5/man/man3/VRML::VRML2::Standard.3 -lib/perl5/site_perl/i386-netbsd/auto/VRML/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML/.packlist @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML @dirrm lib/perl5/site_perl/VRML/VRML1 @dirrm lib/perl5/site_perl/VRML/VRML2 |