diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /news | |
parent | The Christmas Wine: update to 971221 version of WINE (diff) |
No need to use += on first appearance of variables.
Notes
Notes:
svn path=/head/; revision=9161
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 400affbd133b..bb9969fadd8a 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: |