diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-07 15:08:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-07 15:08:25 +0000 |
commit | 1bf4b2310b25537bd198d7b3ef2197329aa07527 (patch) | |
tree | 8ac941daf1fc7bf93bc7ea135b40d662e467b897 /emulators | |
parent | 22a94381ffebfce2937d1272a169025e174f7e24 (diff) | |
download | ports-1bf4b2310b25537bd198d7b3ef2197329aa07527.tar.gz ports-1bf4b2310b25537bd198d7b3ef2197329aa07527.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 | ||||
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index a2cb499570c6..0203fd7b1baf 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) BIN_DISTFILES= basesystem-8.0-5.noarch.rpm \ diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index cb4552f20c75..a0a9e118fe55 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators linux kld MASTER_SITES= # none DISTFILES= # none -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index fca7f6a49da4..d1c3157c2f50 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -17,7 +17,7 @@ DISTFILES= VMware-workstation-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:v vmmon-only-${PORTVERSION:R}-20040727${EXTRACT_SUFX}:patch \ vmnet-only-${PORTVERSION:R}-20040705${EXTRACT_SUFX}:patch -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= A virtual machine emulator - a full PC in a window RUN_DEPENDS= /dev/rtc:${PORTSDIR}/emulators/rtc |