diff options
author | thierry <thierry@FreeBSD.org> | 2005-08-02 01:01:35 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-08-02 01:01:35 +0800 |
commit | 4562e39daf679cb38b7958f01dda59012a1add36 (patch) | |
tree | 0615341bfdac3340626d6759e05b636b53bf38ae /games | |
parent | eb90a9abce3469e3f52f94551d08251526887ffb (diff) | |
download | freebsd-ports-gnome-4562e39daf679cb38b7958f01dda59012a1add36.tar.gz freebsd-ports-gnome-4562e39daf679cb38b7958f01dda59012a1add36.tar.zst freebsd-ports-gnome-4562e39daf679cb38b7958f01dda59012a1add36.zip |
Fix pkg-plist, unbreak.
PR: 84396
Submitted by: Benjamin Lutz <benlutz (at) datacomm.ch>
Diffstat (limited to 'games')
-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 |