aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-09-19 10:01:09 +0800
committerlinimon <linimon@FreeBSD.org>2006-09-19 10:01:09 +0800
commit4d847b08137178b522e8b380498681873216c315 (patch)
treee21c3c22e5eb92acb4dbf357cd97b74a4a83a531 /emulators
parentef8c0874c40305db61539361754d786a1eba1f0e (diff)
downloadfreebsd-ports-gnome-4d847b08137178b522e8b380498681873216c315.tar.gz
freebsd-ports-gnome-4d847b08137178b522e8b380498681873216c315.tar.zst
freebsd-ports-gnome-4d847b08137178b522e8b380498681873216c315.zip
Maintiainer no longer has time to look after this port.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware2/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index d04a0833614f..bf7c3876860b 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -16,9 +16,7 @@ DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:vmware \
vmmon-freebsd-0.98${EXTRACT_SUFX}:patch \
vmnet-freebsd-0.21${EXTRACT_SUFX}:patch
-# Feel free to post your questions/reports/suggestions on this port to
-# freebsd-emulation mailing list with the following maintainer address CC'ed.
-MAINTAINER= vsilyaev@mindspring.com
+MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= A virtual machine emulator - a full PC in a window
RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc
@@ -58,15 +56,15 @@ MODULES= vmmon vmnet
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400013
-IGNORE= "Systems prior to 400013 is out of support"
+IGNORE= Systems prior to 400013 is out of support
.endif
.if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko)
-IGNORE= "This software absolutely requires Linux procfs support"
+IGNORE= This software absolutely requires Linux procfs support
.endif
.if !exists(/${SRC_BASE}/Makefile)
-IGNORE= "Kernel source files required"
+IGNORE= Kernel source files required
.endif
.if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net)