aboutsummaryrefslogtreecommitdiff
path: root/japanese/samba/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:50:26 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:50:26 +0000
commit122b98609efbbf0ed8ded02a747bb0b44c372353 (patch)
tree2ed45653e3c26f913ef2fb64bb04573a9bfe41e0 /japanese/samba/Makefile
parent43053a2648a5cd01880140118e3a7481e32d4ca9 (diff)
Notes
Diffstat (limited to 'japanese/samba/Makefile')
-rw-r--r--japanese/samba/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile
index 75c206e00f2f..214f670c2c93 100644
--- a/japanese/samba/Makefile
+++ b/japanese/samba/Makefile
@@ -24,7 +24,7 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
Y2K= http://us1.samba.org/samba/docs/sambay2k.html
SAMBA_VERSION= 2.0.7
-SAMBA_JA_VERSION= 2.1
+SAMBA_JA_VERSION= 2.2
# directories
VARDIR= /var
@@ -44,7 +44,8 @@ CONFIGURE_ARGS= --with-i18n-swat --with-included-gettext \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/spool/lock \
- --with-privatedir=${SAMBA_PRIVATE}
+ --with-privatedir=${SAMBA_PRIVATE} \
+ --prefix=${PREFIX}
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}