diff options
author | nik <nik@FreeBSD.org> | 2002-03-03 18:19:41 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-03-03 18:19:41 +0800 |
commit | 357b743824b72d656e1469a98727b7169f18a44e (patch) | |
tree | d1604e08028ea94038da2c0d96d23f810640f380 | |
parent | de423208120bf2c96d692024bc70f800ca60bd77 (diff) | |
download | freebsd-ports-gnome-357b743824b72d656e1469a98727b7169f18a44e.tar.gz freebsd-ports-gnome-357b743824b72d656e1469a98727b7169f18a44e.tar.zst freebsd-ports-gnome-357b743824b72d656e1469a98727b7169f18a44e.zip |
Committed the un-portlinted version earlier. Clean up.
-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 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: |