diff options
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index f5619212bca..d0087f8b864 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/27 12:58:51 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/24 16:53:20 garbled Exp $ # DISTNAME= nethack-3.2.2 @@ -15,8 +15,8 @@ ALL_TARGET= datastuff INSTALL_TARGET= manpages install-dat post-patch: - @${MV} ${WRKSRC}/include/config.h foo - @${SED} -e 's@XXXLOCALBASEXXX@$(LOCALBASE)@g' <foo> ${WRKSRC}/include/config.h - @${RM} -f foo + @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo + @${SED} -e 's@XXXLOCALBASEXXX@$(LOCALBASE)@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h + @${RM} -f ${WRKSRC}/foo .include "../../mk/bsd.pkg.mk" |