diff options
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 74d1e07..b0b30c0 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1), 14 Feb 1999 (2.2) # Whom: torstenb # -# $Id: Makefile,v 1.30 1999/01/13 04:17:38 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/05/02 20:28:00 torstenb Exp $ # DISTNAME= inn-2.2 @@ -27,7 +27,7 @@ INN_NEWSLOG?=/var/log/news HAS_CONFIGURE= yes CONFIGURE_ENV+= MANDIR=${PREFIX}/man CONFIGURE_ARGS+= --prefix=${INN_NEWSLIB} -CONFIGURE_ARGS+= --with-spool-dir=$INN_NEWSSPOOL} +CONFIGURE_ARGS+= --with-spool-dir=${INN_NEWSSPOOL} CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG} CONFIGURE_ARGS+= --with-perl |