aboutsummaryrefslogtreecommitdiff
path: root/games/pvpgn
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
commit9aac569eaa031e27191a3f4165b389a17f467ad2 (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /games/pvpgn
parent47b836bfe5c397deb173a868525d4cba22cbb5fa (diff)
downloadports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz
ports-9aac569eaa031e27191a3f4165b389a17f467ad2.zip
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Notes
Notes: svn path=/head/; revision=302141
Diffstat (limited to 'games/pvpgn')
-rw-r--r--games/pvpgn/Makefile2
-rw-r--r--games/pvpgn/files/bnetd.in (renamed from games/pvpgn/files/bnetd.sh.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile
index 308c23b25046..eb817820a5a6 100644
--- a/games/pvpgn/Makefile
+++ b/games/pvpgn/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pvpgn \
--localstatedir=${DATADIR} \
--with-libraries=${LOCALBASE}/lib
-USE_RC_SUBR= bnetd.sh
+USE_RC_SUBR= bnetd
MAN1= bnbot.1 bnchat.1 bnetd.1 bnftp.1 bni2tga.1 bnibuild.1 \
bniextract.1 bnilist.1 bnpass.1 bnstat.1 bntrackd.1 tgainfo.1
diff --git a/games/pvpgn/files/bnetd.sh.in b/games/pvpgn/files/bnetd.in
index c0381ea9871e..c0381ea9871e 100644
--- a/games/pvpgn/files/bnetd.sh.in
+++ b/games/pvpgn/files/bnetd.in