summaryrefslogtreecommitdiff
path: root/games/stvef-server
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-03-03 10:19:41 +0000
committerNik Clayton <nik@FreeBSD.org>2002-03-03 10:19:41 +0000
commit783c2e2711b47418fd2409377f79c9ba4031ad99 (patch)
tree96544e15c5e51394e6542670451e9f4dbee74958 /games/stvef-server
parentFix situation when legal hotmail headers treated as fake ones (diff)
Committed the un-portlinted version earlier. Clean up.
Notes
Notes: svn path=/head/; revision=55473
Diffstat (limited to 'games/stvef-server')
-rw-r--r--games/stvef-server/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile
index 62d41e42f227..76e577a696b4 100644
--- a/games/stvef-server/Makefile
+++ b/games/stvef-server/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= nik@FreeBSD.org
ONLY_FOR_ARCHS= i386
USE_LINUX_PREFIX= yes
-USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Linux
STRIP=
@@ -23,17 +22,16 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
GAMEDIR= ${PREFIX}/usr/games/stvef/
-SORT?= /usr/bin/sort
# files which should be installed with executables perms
EXECUTABLES= linuxstvefded_1.2-static linuxstvefded_1.2-glibc2.1.3
-do-install:
+do-install:
${MKDIR} ${GAMEDIR}
${INSTALL_PROGRAM} ${WRKSRC}/linuxstvefded_1.2-static ${GAMEDIR}
${INSTALL_PROGRAM} ${WRKSRC}/linuxstvefded_1.2-glibc2.1.3 ${GAMEDIR}
${INSTALL_MAN} ${WRKSRC}/readme.txt ${GAMEDIR}
- ${MKDIR} -p ${GAMEDIR}/baseEF
+ ${MKDIR} ${GAMEDIR}/baseEF
${INSTALL_DATA} ${WRKSRC}/baseEF/server.cfg ${GAMEDIR}/baseEF
post-install: