diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-28 22:27:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-28 22:27:10 +0800 |
commit | 7f64fc7b07c9961978234d0859f802f271c31960 (patch) | |
tree | 1a4d970b19bf3f70606bdb6fceaf4e03ae9da05e /games | |
parent | bb48f9e140699d87c395e2c2109d35db48f98917 (diff) | |
download | freebsd-ports-gnome-7f64fc7b07c9961978234d0859f802f271c31960.tar.gz freebsd-ports-gnome-7f64fc7b07c9961978234d0859f802f271c31960.tar.zst freebsd-ports-gnome-7f64fc7b07c9961978234d0859f802f271c31960.zip |
- Fix extract
PR: 189045
Submitted by: Alexander Panyushkin <vsityz@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index e9d3d90c44fa..1139b89b07c9 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -89,9 +89,10 @@ PLIST_FILES+= bin/${PORTNAME}-dedicated .endif post-extract: - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + @cd ${WRKDIR}/Nexuiz/sources && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \ - -d ${WRKDIR}/Nexuiz/sources + ${EXTRACT_AFTER_ARGS} post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ |