diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-19 13:25:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-19 13:25:40 +0000 |
commit | b5b9060d27651bf6054c06cee904af4b33438f9b (patch) | |
tree | c0da105292c911a17e08754e0f311ddc64760cec /games | |
parent | Update MASTER_SITES (diff) |
Reset maintainership.
PR: 39519
Submitted by: Daniel O'Connor <darius@dons.net.au> (previous maintainer)
Notes
Notes:
svn path=/head/; revision=61563
Diffstat (limited to 'games')
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 81b39d2c62d7..733a2bea2d7c 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -16,7 +16,7 @@ MASTER_SITES+= http://www.devolution.com/~slouken/SDL/projects/quake/data/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WADFILE} .endif -MAINTAINER= darius@dons.net.au +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${ACLOCAL}:${PORTSDIR}/devel/automake14 LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ |