diff options
author | hubertf <hubertf> | 1998-01-28 15:33:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-28 15:33:44 +0000 |
commit | b3cd79bc0671df4d0f4baf8e1538ff9b4fbe4bf0 (patch) | |
tree | 83e8ff7ed5c97c543bbfc7e505985f2efd5eb0e0 /www/p5-libwww | |
parent | d41aad48e713027359ee85e402bdcb5a0bd3aafb (diff) | |
download | pkgsrc-b3cd79bc0671df4d0f4baf8e1538ff9b4fbe4bf0.tar.gz |
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-libwww/pkg/PLIST b/www/p5-libwww/pkg/PLIST index ff9066e4e28..240466e1c5b 100644 --- a/www/p5-libwww/pkg/PLIST +++ b/www/p5-libwww/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/22 05:14:18 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/01/28 15:34:06 hubertf Exp $ bin/GET bin/HEAD bin/POST @@ -185,7 +185,7 @@ man/man1/lwp-download.1.gz man/man1/lwp-mirror.1.gz man/man1/lwp-request.1.gz man/man1/lwp-rget.1.gz -lib/perl5/site_perl/<$ARCH>-netbsd/auto/libwww-perl/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/libwww-perl/.packlist @dirrm lib/perl5/site_perl/File @dirrm lib/perl5/site_perl/Font/Metrics @dirrm lib/perl5/site_perl/Font @@ -207,4 +207,4 @@ lib/perl5/site_perl/<$ARCH>-netbsd/auto/libwww-perl/.packlist @dirrm lib/perl5/site_perl/auto/URI/URL/http @dirrm lib/perl5/site_perl/auto/URI/URL @dirrm lib/perl5/site_perl/auto/URI/ -@dirrm lib/perl5/site_perl/<$ARCH>-netbsd/auto/libwww-perl +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/libwww-perl |