summaryrefslogtreecommitdiff
path: root/news
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 /news
parentWhen installing in the base, USE_RCORDER does the right thing without (diff)
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 'news')
-rw-r--r--news/inn/Makefile2
-rw-r--r--news/inn/files/innd.in (renamed from news/inn/files/innd.sh.in)0
-rw-r--r--news/newscache/Makefile2
-rw-r--r--news/newscache/files/newscache.in (renamed from news/newscache/files/newscache.sh.in)0
4 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 56d14e76b795..0021a40786d0 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -23,7 +23,7 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_RC_SUBR= innd.sh
+USE_RC_SUBR= innd
SUB_FILES= pkg-install
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
diff --git a/news/inn/files/innd.sh.in b/news/inn/files/innd.in
index a86073304c93..a86073304c93 100644
--- a/news/inn/files/innd.sh.in
+++ b/news/inn/files/innd.in
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index c8b1b0413830..45534404ae47 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -22,7 +22,7 @@ AUTOMAKE_ARGS= --add-missing
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
-USE_RC_SUBR= ${PORTNAME}.sh
+USE_RC_SUBR= ${PORTNAME}
MAN5= newscache.conf.5
MAN8= newscache.8 newscacheclean.8 updatenews.8
diff --git a/news/newscache/files/newscache.sh.in b/news/newscache/files/newscache.in
index 57830d8ad51d..57830d8ad51d 100644
--- a/news/newscache/files/newscache.sh.in
+++ b/news/newscache/files/newscache.in