diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-28 15:33:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-28 15:33:44 +0000 |
commit | f535cf3701b8712d89ebbce0c3d70654b0a93645 (patch) | |
tree | 83e8ff7ed5c97c543bbfc7e505985f2efd5eb0e0 /www/p5-libwww/pkg | |
parent | ea1c3b9adcab4dec4361e71c61dfc1cc3eaaad37 (diff) | |
download | pkgsrc-f535cf3701b8712d89ebbce0c3d70654b0a93645.tar.gz |
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
Diffstat (limited to 'www/p5-libwww/pkg')
-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 |