diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 08:11:56 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 08:11:56 +0800 |
commit | 2f803cd9a69952202497d9becab64dab9a9847fa (patch) | |
tree | e220444dd1fbdce6af2ffe9e4c8249414e16903e /emulators | |
parent | 1f8e33aeef5bbd0f85d671aecc7744ebd42430d7 (diff) | |
download | freebsd-ports-gnome-2f803cd9a69952202497d9becab64dab9a9847fa.tar.gz freebsd-ports-gnome-2f803cd9a69952202497d9becab64dab9a9847fa.tar.zst freebsd-ports-gnome-2f803cd9a69952202497d9becab64dab9a9847fa.zip |
- Reassign to the heap
Approved by: portmgr (tabthorpe)
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile index d7b7c58cccb2..eb6541126813 100644 --- a/emulators/linux-vmware-toolbox4/Makefile +++ b/emulators/linux-vmware-toolbox4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware itself PKGNAMEPREFIX= linux- DISTNAME= vmware-linux-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version) DISTDIR= ${MOUNT_PT} diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index 8ad9ff2bdf48..9ce0df4d0c3c 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/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 5.x, Linux version) NO_LATEST_LINK= yes 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} diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index e45e7935fcd4..eaff35fd3128 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x) .if defined(VMWARE_X_PORTS) diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 40022035fd25..a05974598b67 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware guest OS supporting daemon (VMware Workstation 5.x, FreeBSD version) .if defined(VMWARE_X_PORTS) diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index e410455930d3..20cd13122a11 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware guest OS supporting daemon (VMware Workstation 6.x, FreeBSD version) .if defined(VMWARE_X_PORTS) |