diff options
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 1155cec8ee3..890d8dce41a 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/29 15:26:31 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/06/01 00:38:51 dmcmahill Exp $ DISTNAME= crafty-18.9 CATEGORIES= games @@ -50,6 +50,7 @@ CRAFTYRC= ${WRKDIR}/.craftyrc post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${CRAFTY_STARTPGN} ${WRKDIR} + ${MV} ${WRKSRC}/Sparc.s ${WRKSRC}/Sparc.S post-build: ${RM} -f ${CRAFTYRC} |