summaryrefslogtreecommitdiff
path: root/emulators/vmware3/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-06-11 23:35:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-06-11 23:35:29 +0000
commitc600a14649342a7b78f779d5c03bae66a6c3d6b9 (patch)
treee59c1afc8df504244a0cd389f685ecb8cedda6f1 /emulators/vmware3/Makefile
parentUpdate KRB5 1.3.3 --> 1.3.4 (diff)
Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sure
it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email)
Notes
Notes: svn path=/head/; revision=111316
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r--emulators/vmware3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index d3368e757d59..d5a2730835ba 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vmware3
PORTVERSION= 3.2.1.2242
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= emulators linux
MASTER_SITES= http://www4.vmware.com/software/ \
@@ -143,7 +143,7 @@ setoptions:
-e 's;@@NETWORKING@@;${VMNET_NETWORKING};' \
-e 's;@@BRIDGED@@;${VMNET_BRIDGED};' \
-e 's;@@BRIDGE_INTF@@;${VMNET_BRIDGED_INTERFACE};' \
- ${FILESDIR}/vmware.sh > ${WRKDIR}/vmware.sh
+ ${FILESDIR}/001.vmware.sh > ${WRKDIR}/001.vmware.sh
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
-e 's;@@LINUXBASE@@;${LINUXBASE};' \
@@ -156,7 +156,7 @@ pre-install: setoptions
${MKDIR} ${PREFIX}/etc/vmware
${INSTALL_DATA} ${WRKDIR}/config ${PREFIX}/etc/vmware
- ${INSTALL_SCRIPT} ${WRKDIR}/vmware.sh ${PREFIX}/etc/rc.d
+ ${INSTALL_SCRIPT} ${WRKDIR}/001.vmware.sh ${PREFIX}/etc/rc.d
${MKDIR} ${VMDIR}/bin
${INSTALL_SCRIPT} ${FILESDIR}/df ${VMDIR}/bin