diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2006-02-11 17:23:19 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2006-02-11 17:23:19 +0000 |
commit | a1f741f880bf8e711816ce675449b34a14685c90 (patch) | |
tree | ab51da813e4a495f793b6fc0ae86308eedb60867 /emulators/vmware-tools6 | |
parent | - Fix building when an older version of bmpx is installed [1] (diff) |
Fix some errors, including:
- Build fix when WITH_VMWARE_GTK is set.
- Reorder pkg-plist so that @unexec vmware-guestd.sh successfully done.
- Create directories for server modules, since xserver may not be installed.
Even though this makes no "installed" content change, but bump
PORTREVISION since pkg-plist/pkg-plist.tools are changed.
PR: 93100
Submitted by: Scot Hetzel, swhetzel at gmail dotcom
Notes
Notes:
svn path=/head/; revision=155765
Diffstat (limited to 'emulators/vmware-tools6')
-rw-r--r-- | emulators/vmware-tools6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index cfa067eccb0c..c2d5ba4d1517 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vmware -PORTREVISION?= 0 +PORTREVISION?= 1 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools |