diff options
author | pat <pat@FreeBSD.org> | 2002-12-16 02:24:19 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-16 02:24:19 +0000 |
commit | 0d3d08cb801f9e865fc117663df3cfcd0a38fcad (patch) | |
tree | dae90c9ff33bdaf476484a4681635d3e39a34041 /games/utserver/Makefile | |
parent | 4f5bdf7af3bae8f9a9d34b2d0e5a692cbafc23bb (diff) | |
download | FreeBSD-ports-0d3d08cb801f9e865fc117663df3cfcd0a38fcad.zip FreeBSD-ports-0d3d08cb801f9e865fc117663df3cfcd0a38fcad.tar.gz |
Correct email address
Submitted by: maintainer
Diffstat (limited to 'games/utserver/Makefile')
-rw-r--r-- | games/utserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index db895f3..afd0793 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: Unreal Tournament Dedicated Server # Date created: Thu Oct 4 23:38:00 CEST 2001 -# Whom: Martin Matuska <matuska@wu-wien.ac.at> et al +# Whom: Martin Matuska <martin@tradex.sk> et al # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= games linux MASTER_SITES= http://files.sobservers.com/UnrealTournament/UTServerOnly/ DISTNAME= ut-server-${PORTVERSION} -MAINTAINER= matuska@wu-wien.ac.at +MAINTAINER= martin@tradex.sk RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 BUILD_DEPENDS= ${RUN_DEPENDS} |