1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Makoto Matsushita 2007-02-17 12:36:43 +00:00
parent 21cd1f92bb
commit f9fda38465
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185368
4 changed files with 6 additions and 4 deletions

View File

@ -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."

View File

@ -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."

View File

@ -6,7 +6,7 @@
#
PORTNAME= vmware
PORTREVISION?= 1
PORTREVISION?= 2
MASTER_SITES= # bundled with VMware Workstation
PKGNAMESUFFIX?= -tools

View File

@ -6,7 +6,7 @@
#
PORTNAME= vmware
PORTREVISION?= 1
PORTREVISION?= 2
MASTER_SITES= # bundled with VMware Workstation
PKGNAMESUFFIX?= -tools