summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 17:51:16 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 17:51:16 +0000
commit1efe9e87743b0b6d8026a4f20863b7b399591ca0 (patch)
tree45aafa3df5d8b26ee7477867edd4a082332f2f50 /net/samba
parentUse bmake instead of gmake - this hopefully resolves dependency deadloop (diff)
Fix logbase once again
Pointed out by: neil@darlow.co.uk
Notes
Notes: svn path=/head/; revision=58872
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index f12bb5a14de7..0fb71045f588 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -56,7 +56,7 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
--with-pam --with-piddir=${VARDIR}/run \
- --with-logfilebase
+ --with-logfilebase=${SAMBA_LOGDIR}
.include <bsd.port.pre.mk>