diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-02-24 22:56:35 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-02-24 22:56:35 +0000 |
commit | f08c71e3a842a90994129ee7b4b6c1e89207eae9 (patch) | |
tree | 88896aae411d970cd7c599070497a50fc9a1c12c /net | |
parent | 931837b290fbc40bec01443f35dd80bb950c6c3e (diff) | |
download | ports-f08c71e3a842a90994129ee7b4b6c1e89207eae9.tar.gz ports-f08c71e3a842a90994129ee7b4b6c1e89207eae9.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 802f9e8a7e21..3ae07da8824f 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 |