diff options
Diffstat (limited to 'games/stvef-server/Makefile')
-rw-r--r-- | games/stvef-server/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile index 62d41e4..76e577a 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: |