summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-04-15 19:02:08 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-04-15 19:02:08 +0000
commit41caa65c20b7fe510415a4ac165f860183bd7c27 (patch)
treed98abd5e56f31c1ac908faa7e28ceec6e519e1a6 /net/samba
parentUpdate to 0.4.63, by maintainer (diff)
Move maintainership to David Chapman, maintainer of samba-devel, at the
request of current maintainer. Samba 2.2 is about to be -release'ed, and the current maintainer no longer has time. Do some portlint while I'm here. Submitted by: "Tatsumi Hosokawa" <hosokawa@itc.keio.ac.jp> Approved by: "David W. Chapman Jr." <dwcjr@inethouston.net>
Notes
Notes: svn path=/head/; revision=41437
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 8732a1a0cd6d..0553b8eebcdf 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \
ftp://se.samba.org/pub/samba/ \
ftp://ftp.sunet.se/pub/unix/utilities/samba/
-MAINTAINER= hosokawa@jp.FreeBSD.org
+MAINTAINER= dwcjr@inethouston.net
# directories
VARDIR= /var
@@ -31,7 +31,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
- --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE}
+ --with-lockdir=${VARDIR}/spool/lock \
+ --with-privatedir=${SAMBA_PRIVATE}
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
@@ -83,7 +84,6 @@ post-install:
${ECHO} "@unexec echo \"Warning: If you will *NOT* use this package anymore, please remove %D/private/smbpasswd manually.\"" >> ${TMPPLIST}
.endif
-
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/samba
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba