summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-27 22:41:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-27 22:41:39 +0000
commitcd58a539991573fcd9eabf55cdede2add526cf8a (patch)
treed11cedbdb75f95a217105fb53da097e268f45d21 /net
parente8d5605043fa258ddbe0a7dde6d2b7ef40925c09 (diff)
downloadfreebsd-ports-cd58a539991573fcd9eabf55cdede2add526cf8a.zip
replace second assigned of CONFIGURE_ARGS to += instead of =
Informed maintainer. Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
Diffstat (limited to 'net')
-rw-r--r--net/samba-devel/Makefile2
-rw-r--r--net/samba3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile
index 7a631dd77654..b8f79b3d2ecf 100644
--- a/net/samba-devel/Makefile
+++ b/net/samba-devel/Makefile
@@ -47,7 +47,7 @@ DOCSDIR= ${PREFIX}/share/doc/samba
NO_LATEST_LINK= yes
USE_AUTOCONF= yes
WANT_AUTOCONF_VER= 253
-CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
+CONFIGURE_ARGS+=--libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 7a631dd77654..b8f79b3d2ecf 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -47,7 +47,7 @@ DOCSDIR= ${PREFIX}/share/doc/samba
NO_LATEST_LINK= yes
USE_AUTOCONF= yes
WANT_AUTOCONF_VER= 253
-CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
+CONFIGURE_ARGS+=--libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \