From 5d74108be2bb807d646b0c1c83aa00a71a7627b3 Mon Sep 17 00:00:00 2001 From: matusita Date: Sat, 17 Feb 2007 12:36:43 +0000 Subject: 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. --- emulators/vmware-guestd5/Makefile | 3 ++- emulators/vmware-guestd6/Makefile | 3 ++- emulators/vmware-tools5/Makefile | 2 +- emulators/vmware-tools6/Makefile | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'emulators') 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 -- cgit