diff options
author | alex <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | 81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch) | |
tree | 4a42a978650c3b49c7da351295e4c90edaf0251f /news | |
parent | abf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff) | |
download | FreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip FreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz |
No need to use += on first appearance of variables.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 400affb..bb9969f 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -3,7 +3,7 @@ # Date created: 6 January 1997 # Whom: proff@suburbia.net # -# $Id: Makefile,v 1.5 1997/04/09 07:16:39 asami Exp $ +# $Id: Makefile,v 1.6 1997/07/31 06:36:03 asami Exp $ # DISTNAME= nntpcache-1.0.7.1 @@ -16,7 +16,7 @@ MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \ MAINTAINER= nntpcache@nntpcache.org GNU_CONFIGURE= TRUE -CONFIGURE_ARGS+= --localstatedir=/var/spool +CONFIGURE_ARGS= --localstatedir=/var/spool MAN8= nntpcache.8 post-configure: |