diff options
-rw-r--r-- | emulators/gxemul/Makefile | 2 | ||||
-rw-r--r-- | games/el/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index aa993655f90c..18994711ca30 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.2 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ -MAINTAINER= jannisan@t-online.de +MAINTAINER= ports@FreeBSD.org COMMENT= Instruction-level machine emulator USE_REINPLACE= yes diff --git a/games/el/Makefile b/games/el/Makefile index 72257aed9781..2aabda5c3320 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/elc/ http://el.tfm.ro/ DISTFILES= ${EL_PROG} ${EL_DATA} EXTRACT_ONLY= ${EL_PROG} -MAINTAINER= jannisan@t-online.de +MAINTAINER= ports@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ |