diff options
author | matusita <matusita@FreeBSD.org> | 2003-04-19 15:14:17 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-04-19 15:14:17 +0800 |
commit | 2bd883adc1fa26e582b70c705130a46b920adc39 (patch) | |
tree | 28ca6b2102ce9b6a2b9f6e2aadd390fd394bf269 /emulators/vmware-tools2 | |
parent | 5ee6da0bde10b7ad89790cacdbc5cbd15e40dfc4 (diff) | |
download | freebsd-ports-gnome-2bd883adc1fa26e582b70c705130a46b920adc39.tar.gz freebsd-ports-gnome-2bd883adc1fa26e582b70c705130a46b920adc39.tar.zst freebsd-ports-gnome-2bd883adc1fa26e582b70c705130a46b920adc39.zip |
Cosmetic fixes for old VMware guest tools to sync with the latest one.
* Update pkg-descr to point a new ports location.
* Update RUN_DEPENDS to point a new ports location.
* Sync COMMENT message to all versions.
* Use INSTALL_PROGRAM instead of CP since it installs a program.
* Wrap interactive-related script with .if !defined(BATCH) appropriately.
* Unhide UMOUNT command and users will know what's happened.
Diffstat (limited to 'emulators/vmware-tools2')
-rw-r--r-- | emulators/vmware-tools2/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-tools2/pkg-descr | 2 | ||||
-rw-r--r-- | emulators/vmware-tools2/pkg-message | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-tools2/Makefile b/emulators/vmware-tools2/Makefile index ee1d7021c98b..d4cc0eaa9df8 100644 --- a/emulators/vmware-tools2/Makefile +++ b/emulators/vmware-tools2/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://vmware-svca.www.conxion.com/software/ \ DISTNAME= tools-for-freebsd-${BUILD_VER} MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware tools for FreeBSD guest OS (for VMware 2.x) +COMMENT=VMware tools for guest OS (for VMware 2.x, FreeBSD version) WRKSRC= ${WRKDIR}/vmware-freebsd-tools diff --git a/emulators/vmware-tools2/pkg-descr b/emulators/vmware-tools2/pkg-descr index 6ccd281f4a21..2c11f4f3e02b 100644 --- a/emulators/vmware-tools2/pkg-descr +++ b/emulators/vmware-tools2/pkg-descr @@ -9,6 +9,6 @@ Linux has, and dual-boot configulation is broken because checkvm doesn't work. So this port installs X server ONLY. If you want vmware-toolbox, -install emulators/linux-vmware-toolbox on your FreeBSD _Guest_ OS. +install ports/emulators/linux-vmware-toolbox2 on your FreeBSD _Guest_ OS. WWW: http://www.vmware.com/download/downloadtools.html diff --git a/emulators/vmware-tools2/pkg-message b/emulators/vmware-tools2/pkg-message index 57a109cb8812..b067e3ceb4e2 100644 --- a/emulators/vmware-tools2/pkg-message +++ b/emulators/vmware-tools2/pkg-message @@ -2,4 +2,4 @@ XFree86 configulation file is in ${PREFIX}/etc/XF86Config_VMware. Copy this file to /etc/XF86Config before starting X. This package does not contain vmware-toolbox. You need to install -emulators/linux-vmware-toolbox if you want it. +ports/emulators/linux-vmware-toolbox2 if you want it. |