diff options
author | mbw <mbw> | 2000-04-20 04:08:54 +0000 |
---|---|---|
committer | mbw <mbw> | 2000-04-20 04:08:54 +0000 |
commit | 3e591eec10935a89118f3073dc18cde3c5381a10 (patch) | |
tree | 942a65051d69aab26b381fd2d0cff2d669a2f06c /www | |
parent | 79ba34bb5cb2708da287370e00f315b293c75bf3 (diff) | |
download | pkgsrc-3e591eec10935a89118f3073dc18cde3c5381a10.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 |