diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-11 01:51:16 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-11 01:51:16 +0800 |
commit | c48e4f885a4c78e379756d4a453e139b6c6eb316 (patch) | |
tree | e5db287b82b58cab00e3a668fb44049b00357c44 /net/samba | |
parent | 47d10ac0cf06e02c120a74a826b37cf4b7ab310c (diff) | |
download | freebsd-ports-graphics-c48e4f885a4c78e379756d4a453e139b6c6eb316.tar.gz freebsd-ports-graphics-c48e4f885a4c78e379756d4a453e139b6c6eb316.tar.zst freebsd-ports-graphics-c48e4f885a4c78e379756d4a453e139b6c6eb316.zip |
Fix logbase once again
Pointed out by: neil@darlow.co.uk
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index f12bb5a14de..0fb71045f58 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> |