diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch) | |
tree | 9b742ae12218d8cfd77191127558a0c126be4516 /games/utserver-to | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) |
Notes
Diffstat (limited to 'games/utserver-to')
-rw-r--r-- | games/utserver-to/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/utserver-to/Makefile b/games/utserver-to/Makefile index c4ea2e4ac12b..ba83ffa1f7f7 100644 --- a/games/utserver-to/Makefile +++ b/games/utserver-to/Makefile @@ -48,7 +48,6 @@ STRIP= UTDIR= usr/games/ut-server/ PLIST_SUB+= UTDIR="${UTDIR}" INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} -SORT?= /usr/bin/sort UTSERVER_PORT= ${.CURDIR}/../utserver MASTERPKGMESSAGE!= cd ${UTSERVER_PORT} && ${MAKE} -V PKGMESSAGE |