diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-02-17 20:36:43 +0800 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-02-17 20:36:43 +0800 |
commit | f9fda3846538f29139e06a6bc64505033d1ec871 (patch) | |
tree | 470d3bc8f0c17f7a84b90aef3c10295245ce4459 /emulators/vmware-guestd6 | |
parent | 21cd1f92bb073b667da0b641ee082c83e59b27f4 (diff) | |
download | freebsd-ports-gnome-f9fda3846538f29139e06a6bc64505033d1ec871.tar.gz freebsd-ports-gnome-f9fda3846538f29139e06a6bc64505033d1ec871.tar.zst freebsd-ports-gnome-f9fda3846538f29139e06a6bc64505033d1ec871.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/vmware-guestd6')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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." |