summaryrefslogtreecommitdiffstats
path: root/net/samba
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-02-24 22:56:35 +0000
committerobraun <obraun@FreeBSD.org>2003-02-24 22:56:35 +0000
commitc13eb1011c4fde78a85419760fb5a1a2baa3a0a6 (patch)
tree09891534f02e428b589a94238c09b75ded837950 /net/samba
parent41a302fc7838fa1390bf2e7011366c27e968bf7e (diff)
downloadFreeBSD-ports-c13eb1011c4fde78a85419760fb5a1a2baa3a0a6.zip
FreeBSD-ports-c13eb1011c4fde78a85419760fb5a1a2baa3a0a6.tar.gz
Allow overriding of SAMBA_LOGDIR, SAMBA_PRIVATE, SAMBA_CONFDIR, and
SAMBA_VFSDIR. Submitted by: maintainer
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 802f9e8..3ae07da 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -58,10 +58,10 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
SAMBA_OPTIONS="${SAMBA_OPTIONS}" \
REALCURDIR="${.CURDIR}"
-SAMBA_LOGDIR= ${VARDIR}/log
-SAMBA_PRIVATE= ${PREFIX}/private
-SAMBA_CONFDIR= ${PREFIX}/etc
-SAMBA_VFSDIR= ${PREFIX}/lib/samba
+SAMBA_LOGDIR?= ${VARDIR}/log
+SAMBA_PRIVATE?= ${PREFIX}/private
+SAMBA_CONFDIR?= ${PREFIX}/etc
+SAMBA_VFSDIR?= ${PREFIX}/lib/samba
# sample files
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample
OpenPOWER on IntegriCloud