summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-16 13:41:18 +0000
committertron <tron@pkgsrc.org>2001-07-16 13:41:18 +0000
commit891ea0e7ed1e35b93ebdc6eecffd2a48df195428 (patch)
tree5925c837caf94aedb5017c8b720ed390e0c6ca12 /news/inn
parentf57fff981491052ffeb93dd3739fb501203cc9d0 (diff)
downloadpkgsrc-891ea0e7ed1e35b93ebdc6eecffd2a48df195428.tar.gz
Add "--enable-setgid-inews" to "CONFIGURE_ARGS" because "inews" is
otherwise only executable for member of the group "news" and can't hence be used as posting frontend for e.g. the "nn" package.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index c6ed15c8e93..6d411211ce8 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/07/10 16:02:12 tron Exp $
+# $NetBSD: Makefile,v 1.28 2001/07/16 13:41:18 tron Exp $
DISTNAME= inn-2.3.2
CATEGORIES= news
@@ -21,6 +21,7 @@ INN_DATA_DIR?= /var/news
USE_PERL5= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}/inn \
+ --enable-setgid-inews \
--enable-uucp-rnews \
--mandir=${PREFIX}/man \
--with-perl --with-tmp-path=${INN_DATA_DIR}/tmp \