aboutsummaryrefslogtreecommitdiff
path: root/security/bro
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-03-03 09:53:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-03-03 09:53:37 +0000
commit68fc63e1b72fb8c6cb47150186ef4c1250d2af50 (patch)
treea00700a61bb16e1505d6ff5400888659022f8c8f /security/bro
parentca11770837e04985758bb723c5570730871e648a (diff)
downloadports-68fc63e1b72fb8c6cb47150186ef4c1250d2af50.tar.gz
ports-68fc63e1b72fb8c6cb47150186ef4c1250d2af50.zip
No need to define a variable with += if it appears for the first time here.
Notes
Notes: svn path=/head/; revision=10015
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/Makefile4
1 files changed, 2 insertions, 2 deletions
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: