1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Reformat for better readability.

This commit is contained in:
Alexey Dokuchaev 2008-03-17 11:08:21 +00:00
parent 60460b97de
commit 8e08e2697f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209193
2 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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)