diff options
Diffstat (limited to 'games/glest-data/Makefile')
-rw-r--r-- | games/glest-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glest-data/Makefile b/games/glest-data/Makefile index 7e1d2d9..693fcc4 100644 --- a/games/glest-data/Makefile +++ b/games/glest-data/Makefile @@ -44,7 +44,7 @@ do-install: .for DIRE in ${GLESTDATADIRE} @cd ${WRKSRC} && \ ${FIND} ${DIRE} -type d -exec ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; && \ - ${FIND} ${DIRE} -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \; + ${FIND} ${DIRE} -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${DATADIR}/{}" \; .endfor .include <bsd.port.mk> |