Index: head/games/bnetd/Makefile =================================================================== --- head/games/bnetd/Makefile (revision 20127) +++ head/games/bnetd/Makefile (revision 20128) @@ -1,36 +1,36 @@ # New ports collection makefile for: bnetd # Version required: 0.4.6 # Date created: 24 April 1999 # Whom: Ying-Chieh Liao # -# $Id: Makefile,v 1.2 1999/05/01 16:59:31 mharo Exp $ +# $Id: Makefile,v 1.3 1999/05/13 09:18:13 asami Exp $ # -DISTNAME= bnetd-0.4.7 +DISTNAME= bnetd-0.4.9 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ MAINTAINER= ijliao@csie.nctu.edu.tw -MAN1= bnclient.1 bnetd.1 bnpass.1 +MAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 MAN4= bnetd.conf.4 bntext.4 MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 do-build: @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnclient bnpass ${PREFIX}/bin + cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnchat bnftp bnpass ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd post-install: @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/bnetd.sh; \ ${ECHO} "cd ${PREFIX}; [ -x sbin/bnetd -a -f bnetd/conf/bnetd.conf ] && sbin/bnetd -c bnetd/conf/bnetd.conf > /dev/null && ${ECHO} -n ' bnetd'" >> ${PREFIX}/etc/rc.d/bnetd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/bnetd.sh; \ fi .include Property changes on: head/games/bnetd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/bnetd/distinfo =================================================================== --- head/games/bnetd/distinfo (revision 20127) +++ head/games/bnetd/distinfo (revision 20128) @@ -1 +1 @@ -MD5 (bnetd-0.4.7.tar.gz) = 42231dcc1330d8ef1840a4631c858490 +MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429 Property changes on: head/games/bnetd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/bnetd/pkg-plist =================================================================== --- head/games/bnetd/pkg-plist (revision 20127) +++ head/games/bnetd/pkg-plist (revision 20128) @@ -1,5 +1,6 @@ -bin/bnclient +bin/bnchat +bin/bnftp bin/bnpass sbin/bnetd etc/rc.d/bnetd.sh @unexec rm -rf %D/bnetd 2>/dev/null || true Property changes on: head/games/bnetd/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property