diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-10 17:51:16 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-10 17:51:16 +0000 |
commit | c48e4f885a4c78e379756d4a453e139b6c6eb316 (patch) | |
tree | e5db287b82b58cab00e3a668fb44049b00357c44 /net | |
parent | 47d10ac0cf06e02c120a74a826b37cf4b7ab310c (diff) | |
download | FreeBSD-ports-c48e4f885a4c78e379756d4a453e139b6c6eb316.zip FreeBSD-ports-c48e4f885a4c78e379756d4a453e139b6c6eb316.tar.gz |
Fix logbase once again
Pointed out by: neil@darlow.co.uk
Diffstat (limited to 'net')
-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 f12bb5a..0fb7104 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> |