diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-15 22:12:13 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-15 22:12:13 +0000 |
commit | f3ca4f005bc506d2c3972a8e9b3423c5000c2c93 (patch) | |
tree | 0f46d081bdd870be4878cf134954c8128d498e89 /games/quake3-ra3 | |
parent | Update to 0.55. (diff) |
Update misc/menushki to version 1.0 and also take care of
some remaining email changes i left out
Approved by: lioux
Notes
Notes:
svn path=/head/; revision=50084
Diffstat (limited to 'games/quake3-ra3')
-rw-r--r-- | games/quake3-ra3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index 8e99b9fd8343..8cf83b2b6717 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -18,7 +18,7 @@ DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \ ${PORTNAME}${PORTVERSION:S/.//}sv.zip .endif -MAINTAINER?= pat@databits.net +MAINTAINER?= pat@FreeBSD.org RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT} |