diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1999-07-12 08:44:04 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1999-07-12 08:44:04 +0000 |
commit | 86da84b776e8ed04e54c2789ef57f30d5fc4c84c (patch) | |
tree | 367b342d8e37a23fa4d540c73859bc3eb6a8135f /net/samba | |
parent | a092e3819eb27e152639987592cccf3e8574b3e6 (diff) | |
download | FreeBSD-ports-86da84b776e8ed04e54c2789ef57f30d5fc4c84c.zip FreeBSD-ports-86da84b776e8ed04e54c2789ef57f30d5fc4c84c.tar.gz |
Added --privatedir option to configure option.
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 5e34acb..4764c83 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -3,7 +3,7 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $ +# $Id: Makefile,v 1.37 1999/06/29 05:44:21 cpiazza Exp $ # DISTNAME= samba-2.0.4b @@ -33,7 +33,7 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock + --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} |