From de0ca7f1e2ff8ac667051b0c3a7637a791f05996 Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Wed, 12 May 1999 07:26:27 +0000 Subject: Fix a typo. Approved by: asami Noticed by: Andrew Gallatin , Jeremy Prior --- news/inn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/inn/Makefile') diff --git a/news/inn/Makefile b/news/inn/Makefile index 74d1e076b1e8..b0b30c049f96 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 -- cgit v1.2.3