From dab61dff141cf6f3c73d292a0b3d51f7c627db07 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 24 Dec 1997 01:21:47 +0000 Subject: No need to use += on first appearance of variables. --- news/nntpcache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/nntpcache/Makefile') 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: -- cgit v1.2.3