diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 17:01:35 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 17:01:35 +0000 |
commit | a0c7e97be3fdc146edacdaa284cc3d94a49ffee7 (patch) | |
tree | 835e416526630efcc4bca9fa4bea54c67aa99765 /games/utserver | |
parent | b8da41f86ceff197017e4a6fb2fab7176f61b41e (diff) | |
download | ports-a0c7e97be3fdc146edacdaa284cc3d94a49ffee7.tar.gz ports-a0c7e97be3fdc146edacdaa284cc3d94a49ffee7.zip |
Notes
Diffstat (limited to 'games/utserver')
-rw-r--r-- | games/utserver/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index 64248226ee29..c6001db59a82 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -19,10 +19,6 @@ COMMENT= Unreal Tournament Dedicated Server for Linux RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 BUILD_DEPENDS= ${RUN_DEPENDS} -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_PERL5= yes @@ -30,7 +26,7 @@ NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes WRKSRC= ${WRKDIR}/ut-server -UTDIR= games/ut-server/ +UTDIR= ut-server/ PLIST_SUB= UTDIR="${UTDIR}" EXTRA_PATCHES= ${WRKDIR}/patch-ngstatsut INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 |