diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:53:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:53:37 +0000 |
commit | 68fc63e1b72fb8c6cb47150186ef4c1250d2af50 (patch) | |
tree | a00700a61bb16e1505d6ff5400888659022f8c8f | |
parent | ca11770837e04985758bb723c5570730871e648a (diff) | |
download | ports-68fc63e1b72fb8c6cb47150186ef4c1250d2af50.tar.gz ports-68fc63e1b72fb8c6cb47150186ef4c1250d2af50.zip |
Notes
-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: |