aboutsummaryrefslogtreecommitdiff
path: root/games/qwdtools
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-21 10:05:35 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-21 10:05:35 +0000
commita3eecc98e298f41bf5fd50aeac508cb5e43ea10c (patch)
treef6b7e92f1e7d56a5dc6a0af02b33a04bc61c2505 /games/qwdtools
parent33a69af9b2cb50b5ccdae5bb347525e661088642 (diff)
downloadports-a3eecc98e298f41bf5fd50aeac508cb5e43ea10c.tar.gz
ports-a3eecc98e298f41bf5fd50aeac508cb5e43ea10c.zip
- Update `games/mvdsv' port to version 0.30
- Do not set DISTNAME, let the framework pick it for us - Stop "configuring" the build, the most substantial part of which was to determine system endianness (by compiling and running simple program); this is not just bogus, but does not work with anticipated cross-builds - Unbreak the build of `games/qwdtools' slave port
Notes
Notes: svn path=/head/; revision=406840
Diffstat (limited to 'games/qwdtools')
-rw-r--r--games/qwdtools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile
index a29841fd7993..22b41aaca828 100644
--- a/games/qwdtools/Makefile
+++ b/games/qwdtools/Makefile
@@ -7,8 +7,9 @@ COMMENT= Convert QuakeWorld demos from QWD format to MVD format
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= /nonexistent
-MASTERDIR= ${.CURDIR}/../mvdsv
+BUILD_WRKSRC= ${WRKSRC}/tools/qwdtools/source
+GH_PROJECT= mvdsv
-BROKEN= fails to patch
+MASTERDIR= ${.CURDIR}/../mvdsv
.include "${MASTERDIR}/Makefile"