diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-28 14:27:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-28 14:27:10 +0000 |
commit | c7df584111ce1068a92fc149eecf05dc33397585 (patch) | |
tree | 1a4d970b19bf3f70606bdb6fceaf4e03ae9da05e /games/nexuiz/Makefile | |
parent | 0636c3e6ea3bc86a807630c035a5cedfa2819034 (diff) |
Notes
Diffstat (limited to 'games/nexuiz/Makefile')
-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},' \ |