aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba3
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-28 06:41:39 +0800
committeredwin <edwin@FreeBSD.org>2004-01-28 06:41:39 +0800
commit402cfef1ca49f8960d6360445606b608382adc33 (patch)
tree0fd25a5324445c7fe9934947af55c5053c97ea45 /net/samba3
parent5f82a46037e9f3edcfda473236fd02495b0149ec (diff)
downloadfreebsd-ports-gnome-402cfef1ca49f8960d6360445606b608382adc33.tar.gz
freebsd-ports-gnome-402cfef1ca49f8960d6360445606b608382adc33.tar.zst
freebsd-ports-gnome-402cfef1ca49f8960d6360445606b608382adc33.zip
replace second assigned of CONFIGURE_ARGS to += instead of =
Informed maintainer. Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile2
1 files changed, 1 insertions, 1 deletions
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} \