diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 16:44:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 16:44:27 +0000 |
commit | 64620e91182a6c0782000795afbe3c2a543f0d88 (patch) | |
tree | 8d387a8cc962a8ca7b9f14cb67d432ed496129ca /games | |
parent | bca67aee541c99d420cdd5d4b19f26591ca03641 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 2 | ||||
-rw-r--r-- | games/glest/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 21efd498af6f..4a7456f38d11 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNR http://dukeworld.duke4.net/eduke32/synthesis/old/${PORTVERSION}-${SVNREVISION}/ DISTNAME= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION} -MAINTAINER= olivier@gid0.org +MAINTAINER= ports@FreeBSD.org COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke LICENSE= GPLv2 diff --git a/games/glest/Makefile b/games/glest/Makefile index b1762707fe90..2f44a739c423 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} DISTNAME= ${PORTNAME}_source_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= acm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free 3D real-time customizable strategy game LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ |