diff options
author | asami <asami@FreeBSD.org> | 1998-03-03 17:53:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-03 17:53:37 +0800 |
commit | 73218409f5ef408c34537275efdff56623fbfee8 (patch) | |
tree | 1b744a0afb9008ff01cfbf2f36f6b770971644dd | |
parent | ec63924f76525018b57184081b52088c697c7c02 (diff) | |
download | freebsd-ports-gnome-73218409f5ef408c34537275efdff56623fbfee8.tar.gz freebsd-ports-gnome-73218409f5ef408c34537275efdff56623fbfee8.tar.zst freebsd-ports-gnome-73218409f5ef408c34537275efdff56623fbfee8.zip |
No need to define a variable with += if it appears for the first time here.
-rw-r--r-- | security/bro/Makefile | 4 |
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: |