mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
No need to define a variable with += if it appears for the first time here.
This commit is contained in:
parent
ca11770837
commit
68fc63e1b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10015
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user