diff options
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 3 |
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 \ |