diff options
author | bad <bad> | 1998-10-17 18:09:32 +0000 |
---|---|---|
committer | bad <bad> | 1998-10-17 18:09:32 +0000 |
commit | fe275eee13577beee0a22791bd2115abb28f26d6 (patch) | |
tree | 2337cf2b8f0fe0b9fd75c138310bf749898b7109 /news | |
parent | 107f185e57e53757d2f57e2b7b1894a700514fe4 (diff) | |
download | pkgsrc-fe275eee13577beee0a22791bd2115abb28f26d6.tar.gz |
Don't depend on sendmail being found in the PATH.
Don't pickup random crap, $LOCALBASE/bin/perl or bust!
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index a72ffc0f17f..aac09e484a8 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/17 15:39:53 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/10/17 18:09:32 bad Exp $ DISTNAME= inn-2.1 CATEGORIES= news @@ -16,7 +16,8 @@ INN_SPOOL?= /var/spool/news USE_PERL5= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-perl --with-spool-dir=${INN_SPOOL} -CONFIGURE_ARGS+= --with-tmp-path=/tmp +CONFIGURE_ARGS+= --with-tmp-path=/tmp --with-sendmail=/usr/sbin/sendmail +CONFIGURE_ENV+= _PATH_PERL=${LOCALBASE}/bin/perl GNU_CONFIGURE= yes INSTALL_FILE= ${WRKDIR}/.INSTALL |