summaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
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 'emulators')
-rw-r--r--emulators/open-vm-tools/Makefile2
-rw-r--r--emulators/open-vm-tools/files/vmware-guestd.in (renamed from emulators/open-vm-tools/files/vmware-guestd.sh.in)0
-rw-r--r--emulators/open-vm-tools/files/vmware-kmod.in (renamed from emulators/open-vm-tools/files/vmware-kmod.sh.in)0
-rw-r--r--emulators/vmware-guestd4/Makefile2
-rw-r--r--emulators/vmware-guestd4/files/vmware-guestd.in (renamed from emulators/vmware-guestd4/files/vmware-guestd.sh.in)0
-rw-r--r--emulators/vmware-guestd5/Makefile2
-rw-r--r--emulators/vmware-guestd5/files/vmware-guestd.in (renamed from emulators/vmware-guestd5/files/vmware-guestd.sh.in)0
-rw-r--r--emulators/vmware-guestd6/Makefile2
-rw-r--r--emulators/vmware-guestd6/files/vmware-guestd.in (renamed from emulators/vmware-guestd6/files/vmware-guestd.sh.in)0
9 files changed, 4 insertions, 4 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index d6b3dc395522..67368f44b0ac 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --without-icu
LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu
.endif
-USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh
+USE_RC_SUBR= vmware-guestd vmware-kmod
.include <bsd.port.pre.mk>
diff --git a/emulators/open-vm-tools/files/vmware-guestd.sh.in b/emulators/open-vm-tools/files/vmware-guestd.in
index 25c42936435a..25c42936435a 100644
--- a/emulators/open-vm-tools/files/vmware-guestd.sh.in
+++ b/emulators/open-vm-tools/files/vmware-guestd.in
diff --git a/emulators/open-vm-tools/files/vmware-kmod.sh.in b/emulators/open-vm-tools/files/vmware-kmod.in
index 4831d99a4366..4831d99a4366 100644
--- a/emulators/open-vm-tools/files/vmware-kmod.sh.in
+++ b/emulators/open-vm-tools/files/vmware-kmod.in
diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile
index eaff35fd3128..6ac05533df57 100644
--- a/emulators/vmware-guestd4/Makefile
+++ b/emulators/vmware-guestd4/Makefile
@@ -25,7 +25,7 @@ IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/vmware-tools-distrib
ONLY_FOR_ARCHS= i386
-USE_RC_SUBR= vmware-guestd.sh
+USE_RC_SUBR= vmware-guestd
.if !defined(BATCH)
IS_INTERACTIVE= yes
.endif
diff --git a/emulators/vmware-guestd4/files/vmware-guestd.sh.in b/emulators/vmware-guestd4/files/vmware-guestd.in
index 2e076c9a3a94..2e076c9a3a94 100644
--- a/emulators/vmware-guestd4/files/vmware-guestd.sh.in
+++ b/emulators/vmware-guestd4/files/vmware-guestd.in
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile
index a05974598b67..b0dee8df1db5 100644
--- a/emulators/vmware-guestd5/Makefile
+++ b/emulators/vmware-guestd5/Makefile
@@ -42,7 +42,7 @@ LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
PLIST_SUB+= INSTALLXGTKTOOL:="@comment "
.endif
.else
-USE_RC_SUBR= vmware-guestd.sh
+USE_RC_SUBR= vmware-guestd
.endif
RESTRICTED= "Not sure if we can redistribute this."
diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh.in b/emulators/vmware-guestd5/files/vmware-guestd.in
index 98bcad2c83d3..98bcad2c83d3 100644
--- a/emulators/vmware-guestd5/files/vmware-guestd.sh.in
+++ b/emulators/vmware-guestd5/files/vmware-guestd.in
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile
index 20cd13122a11..19449fb4fab5 100644
--- a/emulators/vmware-guestd6/Makefile
+++ b/emulators/vmware-guestd6/Makefile
@@ -55,7 +55,7 @@ USE_GNOME+= glib12 gtk12
PLIST_SUB+= INSTALLXGTKTOOL="@comment "
.endif
.else
-USE_RC_SUBR= vmware-guestd.sh
+USE_RC_SUBR= vmware-guestd
.endif
.if ${OSVERSION} >= 700000
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
diff --git a/emulators/vmware-guestd6/files/vmware-guestd.sh.in b/emulators/vmware-guestd6/files/vmware-guestd.in
index 98bcad2c83d3..98bcad2c83d3 100644
--- a/emulators/vmware-guestd6/files/vmware-guestd.sh.in
+++ b/emulators/vmware-guestd6/files/vmware-guestd.in