diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-03-25 01:39:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-03-25 01:39:55 +0000 |
commit | 5b57d455d7055599093058eed3b8ad998232a105 (patch) | |
tree | 6300fbb22850ccaf35dd71665f6b0b3453b51d9a /games | |
parent | 2ead4c8416b6d8eb0df896fc2d69fb7c594c4156 (diff) | |
download | ports-5b57d455d7055599093058eed3b8ad998232a105.tar.gz ports-5b57d455d7055599093058eed3b8ad998232a105.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/utserver-asu/Makefile | 2 | ||||
-rw-r--r-- | games/utserver/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/utserver-asu/Makefile b/games/utserver-asu/Makefile index 8ed7679071d4..34ccc3d24025 100644 --- a/games/utserver-asu/Makefile +++ b/games/utserver-asu/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5 MASTER_SITES= ftp://ftp.abfackeln.com/pub/linux/ut/asu/ DISTNAME= asu-${PORTVERSION} -MAINTAINER= martin@tradex.sk +MAINTAINER= ports@FreeBSD.org COMMENT= Abfackelns Server Utilities (ASU) for Unreal Tournament Server (Linux) RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip diff --git a/games/utserver/Makefile b/games/utserver/Makefile index 74dd4f89cbba..34b47d526753 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games linux MASTER_SITES= http://files.sobservers.com/UnrealTournament/UTServerOnly/ DISTNAME= ut-server-${PORTVERSION} -MAINTAINER= martin@tradex.sk +MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Tournament Dedicated Server for Linux RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 |