summaryrefslogtreecommitdiff
path: root/news/inn-current
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-05-12 07:26:27 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-05-12 07:26:27 +0000
commitde0ca7f1e2ff8ac667051b0c3a7637a791f05996 (patch)
tree0bbc30c299ffe15e54eec796d6d09e261155afe1 /news/inn-current
parentFix building by properly using MOTIFLIB (actually just changed (diff)
Fix a typo.
Approved by: asami Noticed by: Andrew Gallatin <gallatin@cs.duke.edu>, Jeremy Prior <jez@netcraft.co.uk>
Notes
Notes: svn path=/head/; revision=18797
Diffstat (limited to 'news/inn-current')
-rw-r--r--news/inn-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index 74d1e076b1e8..b0b30c049f96 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/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