diff options
author | heinz <heinz> | 2008-10-21 22:07:36 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-10-21 22:07:36 +0000 |
commit | b8b20e61ba08da69331ce3cc631d06aae98db12b (patch) | |
tree | 0a8dfbc1e00cb0218bd9d593b53438879658f959 /www | |
parent | 4a524fc9c3a8c6e32a7e0209cf96853d91753fa4 (diff) | |
download | pkgsrc-b8b20e61ba08da69331ce3cc631d06aae98db12b.tar.gz |
Removed environment variable INSTALL_ALIASES, formerly introduced by
patch-aa but not used any longer.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 656676e15e5..754f6fab5fd 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2008/10/21 13:12:27 obache Exp $ +# $NetBSD: Makefile,v 1.63 2008/10/21 22:07:36 heinz Exp $ DISTNAME= libwww-perl-5.819 PKGNAME= p5-${DISTNAME:S/-perl-/-/} @@ -25,7 +25,7 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/LWP/.packlist -MAKE_ENV+= INSTALL_ALIASES=${ALIASES} PERL_MM_USE_DEFAULT=1 +MAKE_ENV+= PERL_MM_USE_DEFAULT=1 .include "../../mk/bsd.prefs.mk" .include "options.mk" |