diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 00:11:56 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 00:11:56 +0000 |
commit | 30cb57c1adfc44ac3abbe38c69d97dc9e3b13d26 (patch) | |
tree | c80c01ba11cd909fce0f5a8aca5910cc04ddbfbb /emulators/linux-vmware-toolbox6 | |
parent | dce9b3eb9b2fc2b4539945852c7bf15171503f1e (diff) |
- Reassign to the heap
Approved by: portmgr (tabthorpe)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294139
Diffstat (limited to 'emulators/linux-vmware-toolbox6')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index 464f638984fb..0bf9cee75953 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMEPREFIX= linux- DISTNAME= VMwareTools-${VMWARE_VER}-${BUILD_VER} -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=VMware toolbox for guest OS (VMware Workstation 6.x, Linux version) DISTDIR= ${MOUNT_PT} |