From 68fc63e1b72fb8c6cb47150186ef4c1250d2af50 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 3 Mar 1998 09:53:37 +0000 Subject: No need to define a variable with += if it appears for the first time here. --- security/bro/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/bro') diff --git a/security/bro/Makefile b/security/bro/Makefile index 3de4d8077693..1dc3cec9a93b 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -4,7 +4,7 @@ # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/02 10:35:04 obrien Exp $ # DISTNAME= vp-bro-0.3-alpha @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ee.lbl.gov/ \ MAINTAINER= obrien@NUXI.com WRKSRC= ${WRKDIR}/bro-0.3 -CONFIGURE_ARGS+= --libdir=${PREFIX}/share +CONFIGURE_ARGS= --libdir=${PREFIX}/share GNU_CONFIGURE= yes post-patch: -- cgit v1.2.3