aboutsummaryrefslogtreecommitdiff
path: root/games/nexuiz
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-17 11:08:21 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-17 11:08:21 +0000
commit8e08e2697ffcbb9649dd82d46120b04c8c73ec11 (patch)
tree1e05d698b5e9485897ce492214d2952b87932e45 /games/nexuiz
parent60460b97de8135a08a3460329aa68763af1447f8 (diff)
downloadports-8e08e2697ffcbb9649dd82d46120b04c8c73ec11.tar.gz
ports-8e08e2697ffcbb9649dd82d46120b04c8c73ec11.zip
Notes
Diffstat (limited to 'games/nexuiz')
-rw-r--r--games/nexuiz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile
index a0ba827dbead..c206cd78824d 100644
--- a/games/nexuiz/Makefile
+++ b/games/nexuiz/Makefile
@@ -82,8 +82,9 @@ do-build:
${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
do-install:
- ${SH} -c '${FIND} ${WRKSRC} -name "darkplaces-*[^vp]" | while read f ; \
- do ${INSTALL_PROGRAM} $${f} ${PREFIX}/bin/${PORTNAME}-$${f##*-} ; done'
+ ${SH} -c '${FIND} ${WRKSRC} -name "darkplaces-*[^vp]" | \
+ while read f ; do ${INSTALL_PROGRAM} $${f} \
+ ${PREFIX}/bin/${PORTNAME}-$${f##*-} ; done'
@${MKDIR} ${DATADIR}/data
${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/*.pk3 ${DATADIR}/data
.if !defined(WITHOUT_MAPPACK)