diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /games/smacx | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=67236
Diffstat (limited to 'games/smacx')
-rw-r--r-- | games/smacx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/smacx/Makefile b/games/smacx/Makefile index 50cb6fda1132..76d5e3eb3d93 100644 --- a/games/smacx/Makefile +++ b/games/smacx/Makefile @@ -30,7 +30,7 @@ do-install: ${MKDIR} ${PREFIX}/games/smacx/data/${SUBDIR} ${INSTALL_DATA} ${WRKSRC}/data/${SUBDIR}/* ${PREFIX}/games/smacx/data/${SUBDIR} .endfor - cd ${WRKSRC} && find data -maxdepth 1 -type f > datafiles + cd ${WRKSRC} && ${FIND} data -maxdepth 1 -type f > datafiles cd ${WRKSRC} && ${INSTALL_DATA} `cat datafiles` ${PREFIX}/games/smacx/data/ .for FILE in QuickStart.txt README icon.xpm ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/games/smacx |