=================================================================== RCS file: /cvs/ports/games/ufoai/base/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/games/ufoai/base/Attic/Makefile 2011/04/27 06:23:04 1.3 +++ ports/games/ufoai/base/Attic/Makefile 2011/04/27 07:10:35 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2011/04/27 06:23:04 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2011/04/27 07:10:35 yason Exp $ COMMENT-main = squad-based tactical strategy game COMMENT-editor = UFO:AI map editor @@ -87,8 +87,8 @@ ${INSTALL_DATA_DIR} ${PREFIX}/share/ufoai/radiant/ cd ${WRKSRC}/radiant && find * -type d -exec ${INSTALL_DATA_DIR} \ "${PREFIX}/share/ufoai/radiant/{}" \; - cd ${WRKSRC}/radiant && find * -type f -exec ${INSTALL_DATA} \ + cd ${WRKSRC}/radiant && find * -type f -mindepth 1 -exec ${INSTALL_DATA} \ "{}" "${PREFIX}/share/ufoai/radiant/{}" \; - @chmod 755 ${PREFIX}/share/ufoai/radiant/uforadiant + ${INSTALL_PROGRAM} ${WRKSRC}/radiant/uforadiant ${PREFIX}/share/ufoai/radiant/ .include