aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2007-02-17 20:36:43 +0800
committermatusita <matusita@FreeBSD.org>2007-02-17 20:36:43 +0800
commit5d74108be2bb807d646b0c1c83aa00a71a7627b3 (patch)
tree28dd95476d8062932e2929cafb5a7085e605b829 /emulators
parentac2d45a1a7e3b937d12dc136cb31031d93ab4467 (diff)
downloadfreebsd-ports-gnome-5d74108be2bb807d646b0c1c83aa00a71a7627b3.tar.gz
freebsd-ports-gnome-5d74108be2bb807d646b0c1c83aa00a71a7627b3.tar.zst
freebsd-ports-gnome-5d74108be2bb807d646b0c1c83aa00a71a7627b3.zip
Packaging bugfix: we don't need ${X11BASE}/etc/rc.d/vmware-guestd{,.sh}
vmware-guestd{,.sh} script is just for vmware-guestd5 port, not vmware-tools5. However, USE_RC_SUBR variable is defined for vmware-tools5, the script is installed even if it is not needed. Bump PORTREVISION to note this change.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware-guestd5/Makefile3
-rw-r--r--emulators/vmware-guestd6/Makefile3
-rw-r--r--emulators/vmware-tools5/Makefile2
-rw-r--r--emulators/vmware-tools6/Makefile2
4 files changed, 6 insertions, 4 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile
index 0614762b2109..901c3ec0ad3d 100644
--- a/emulators/vmware-guestd5/Makefile
+++ b/emulators/vmware-guestd5/Makefile
@@ -25,7 +25,6 @@ IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/vmware-tools-distrib
ONLY_FOR_ARCHS= i386 amd64
-USE_RC_SUBR= vmware-guestd.sh
.if !defined(BATCH)
IS_INTERACTIVE= yes
.endif
@@ -42,6 +41,8 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.else
PLIST_SUB+= INSTALLXGTKTOOL:="@comment "
.endif
+.else
+USE_RC_SUBR= vmware-guestd.sh
.endif
RESTRICTED= "Not sure if we can redistribute this."
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile
index 0614762b2109..901c3ec0ad3d 100644
--- a/emulators/vmware-guestd6/Makefile
+++ b/emulators/vmware-guestd6/Makefile
@@ -25,7 +25,6 @@ IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/vmware-tools-distrib
ONLY_FOR_ARCHS= i386 amd64
-USE_RC_SUBR= vmware-guestd.sh
.if !defined(BATCH)
IS_INTERACTIVE= yes
.endif
@@ -42,6 +41,8 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.else
PLIST_SUB+= INSTALLXGTKTOOL:="@comment "
.endif
+.else
+USE_RC_SUBR= vmware-guestd.sh
.endif
RESTRICTED= "Not sure if we can redistribute this."
diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile
index c2d5ba4d1517..975e57444c43 100644
--- a/emulators/vmware-tools5/Makefile
+++ b/emulators/vmware-tools5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vmware
-PORTREVISION?= 1
+PORTREVISION?= 2
MASTER_SITES= # bundled with VMware Workstation
PKGNAMESUFFIX?= -tools
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile
index c2d5ba4d1517..975e57444c43 100644
--- a/emulators/vmware-tools6/Makefile
+++ b/emulators/vmware-tools6/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vmware
-PORTREVISION?= 1
+PORTREVISION?= 2
MASTER_SITES= # bundled with VMware Workstation
PKGNAMESUFFIX?= -tools