diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /games/linux-nwserver | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'games/linux-nwserver')
-rw-r--r-- | games/linux-nwserver/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/linux-nwserver/Makefile b/games/linux-nwserver/Makefile index 0f7072225c6f..fad8f784d27e 100644 --- a/games/linux-nwserver/Makefile +++ b/games/linux-nwserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= nwserver PORTVERSION= 1.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/ PKGNAMEPREFIX= linux- @@ -16,14 +16,12 @@ DISTNAME= linuxserver${PORTVERSION:S/.//} MAINTAINER= apeiron@coitusmentis.info COMMENT= Neverwinter Nights Linux (x86) Dedicated Server -USE_LINUX?= yes -NO_BUILD= yes +USE_LINUX= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR} -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= +do-build: + ${BRANDELF} -t Linux ${WRKDIR}/nwserver do-install: ${INSTALL_PROGRAM} ${WRKDIR}/fixinstall ${PREFIX}/bin |