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 | |
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 '')
-rw-r--r-- | games/hlserver-cs/Makefile | 2 | ||||
-rw-r--r-- | games/q3server-ra3/Makefile | 2 | ||||
-rw-r--r-- | games/quake3-ra3/Makefile | 2 | ||||
-rw-r--r-- | games/utserver-to/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 1abf8edbff71..1f3477b41262 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -21,7 +21,7 @@ PKGNAMEPREFIX= hlserver- DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full .endif -MAINTAINER?= pat@databits.net +MAINTAINER?= pat@FreeBSD.org RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT} diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile index 8e99b9fd8343..8cf83b2b6717 100644 --- a/games/q3server-ra3/Makefile +++ b/games/q3server-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} 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} diff --git a/games/utserver-to/Makefile b/games/utserver-to/Makefile index cd7685b7fc01..dd1807e0b44d 100644 --- a/games/utserver-to/Makefile +++ b/games/utserver-to/Makefile @@ -18,7 +18,7 @@ PKGNAMEPREFIX= utserver- DISTNAME?= TOb200ManualInstall .endif -MAINTAINER?= pat@databits.net +MAINTAINER?= pat@FreeBSD.org RUN_DEPENDS= ${LINUXBASE}/usr/games/ut-server/System/ucc-bin:${UTSERVER_PORT} |