summaryrefslogtreecommitdiff
path: root/emulators/vmware-guestd3
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2003-04-19 07:14:17 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2003-04-19 07:14:17 +0000
commitc82f74e91638c14e42a7d5bb2c1f03f546914798 (patch)
tree3cf95349222a84aa40f24d1ddee76ae429c601ba /emulators/vmware-guestd3
parentUpdate VMware-related tools to the of VMware Workstation 4.0.0 build-4460 (diff)
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.
Notes
Notes: svn path=/head/; revision=79262
Diffstat (limited to 'emulators/vmware-guestd3')
-rw-r--r--emulators/vmware-guestd3/Makefile3
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)