1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Doug Barton 2001-04-15 19:02:08 +00:00
parent 3d100f2bbc
commit 41caa65c20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41437

View File

@ -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