aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1999-05-12 15:26:27 +0800
committertorstenb <torstenb@FreeBSD.org>1999-05-12 15:26:27 +0800
commit8bf9ed28010e186a428aa448d1e79025026df1ab (patch)
tree7435b638d290e2baa9b091d51e4b10be7cc1e53c /news
parent468b5b25c83b1a19ecd0c9ba65def88617f65c5c (diff)
downloadfreebsd-ports-gnome-8bf9ed28010e186a428aa448d1e79025026df1ab.tar.gz
freebsd-ports-gnome-8bf9ed28010e186a428aa448d1e79025026df1ab.tar.zst
freebsd-ports-gnome-8bf9ed28010e186a428aa448d1e79025026df1ab.zip
Fix a typo.
Approved by: asami Noticed by: Andrew Gallatin <gallatin@cs.duke.edu>, Jeremy Prior <jez@netcraft.co.uk>
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/Makefile4
-rw-r--r--news/inn/Makefile4
2 files changed, 4 insertions, 4 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
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