diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
commit | 06f0a4c3c2051370b645889877b890871f653667 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /news/inn | |
parent | be7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff) | |
download | pkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 6dc833460f5..ae63df2fe2c 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/08/17 14:00:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2000/08/27 02:46:06 jlam Exp $ DISTNAME= inn-2.2.2 CATEGORIES= news @@ -13,9 +13,9 @@ CONFLICTS+= nntpclnt-* INN_DATA_DIR?= /var/news -USE_PERL5= yes -USE_LIBTOOL= yes -HAS_CONFIGURE= yes +USE_PERL5= # defined +USE_LIBTOOL= # defined +HAS_CONFIGURE= # defined CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}/inn \ --mandir=${PREFIX}/man \ --with-perl --with-tmp-path=/tmp \ @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}/inn \ --with-log-dir=${INN_DATA_DIR}/log \ --with-run-dir=${INN_DATA_DIR}/run \ --with-spool-dir=${INN_DATA_DIR}/spool -CONFIGURE_ENV+= _PATH_PERL=${LOCALBASE}/bin/perl +CONFIGURE_ENV+= _PATH_PERL=${PERL5} .include "../../mk/bsd.prefs.mk" |