summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorbad <bad>1998-10-17 18:09:32 +0000
committerbad <bad>1998-10-17 18:09:32 +0000
commit7fb8eb074b55e4abe3517256bb81dbd77f89baf4 (patch)
tree2337cf2b8f0fe0b9fd75c138310bf749898b7109 /news
parentf1ee87961ae45ec8375910ab87635a49e3bc43ea (diff)
downloadpkgsrc-7fb8eb074b55e4abe3517256bb81dbd77f89baf4.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/Makefile5
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