diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-05-12 07:26:27 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-05-12 07:26:27 +0000 |
commit | de0ca7f1e2ff8ac667051b0c3a7637a791f05996 (patch) | |
tree | 0bbc30c299ffe15e54eec796d6d09e261155afe1 /news | |
parent | 5399cff94af23bb72572c6c34e9c6e95d2f495fd (diff) | |
download | ports-de0ca7f1e2ff8ac667051b0c3a7637a791f05996.tar.gz ports-de0ca7f1e2ff8ac667051b0c3a7637a791f05996.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 4 | ||||
-rw-r--r-- | news/inn/Makefile | 4 |
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 |