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-guestd3 | |
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-guestd3')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index 52ebdd20fc23..394dd9e0d911 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." .if defined(PACKAGE_BUILDING) |