diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-15 09:01:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-15 09:01:13 +0800 |
commit | 04a238c256fa1a84930efbe90d23b512c4951cdd (patch) | |
tree | 6bbb81b2f2de0eeb163a3ff37cf6df1592d46165 /games | |
parent | b3189859b0ad3068fa0b3d33566b7bd49c71532d (diff) | |
download | freebsd-ports-gnome-04a238c256fa1a84930efbe90d23b512c4951cdd.tar.gz freebsd-ports-gnome-04a238c256fa1a84930efbe90d23b512c4951cdd.tar.zst freebsd-ports-gnome-04a238c256fa1a84930efbe90d23b512c4951cdd.zip |
Reset maintainer at his request.
PR: ports/147838
Diffstat (limited to 'games')
-rw-r--r-- | games/doom/Makefile | 2 | ||||
-rw-r--r-- | games/etuxracer/Makefile | 3 | ||||
-rw-r--r-- | games/tuxracer/Makefile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 73572914689e..264434036582 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc -MAINTAINER= chris@officialunix.com +MAINTAINER= ports@FreeBSD.org COMMENT= DOOM: the game and the sound server NO_CDROM= requested by IDsoftware diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 2315a047a9ff..4a6dcaf151a4 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}/ DISTNAME= extremetuxracer-${PORTVERSION} -MAINTAINER= chris@officialunix.com +MAINTAINER= ports@FreeBSD.org COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ @@ -33,4 +33,5 @@ CONFIGURE_ARGS= --with-tcl="${LOCALBASE}/lib/tcl8.5"\ --with-gl-inc="${LOCALBASE}/include" \ --with-data-dir=${PREFIX}/share/extremetuxracer WRKSRC= ${WRKDIR}/extremetuxracer-${PORTVERSION} + .include <bsd.port.mk> diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index b215f5803f60..b280c8345883 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= chris@officialunix.com +MAINTAINER= ports@FreeBSD.org COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 |