diff options
author | garbled <garbled> | 1998-09-24 16:53:19 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-24 16:53:19 +0000 |
commit | 5e86c03e8e6e5cf289b2ebb59c0a715937fb0a68 (patch) | |
tree | 36eb3b665391294e72202e9a6d9ac3749b06e33a /games/nethack-lib | |
parent | c19456a87c7a13384cef73554f00da1c1e90c708 (diff) | |
download | pkgsrc-5e86c03e8e6e5cf289b2ebb59c0a715937fb0a68.tar.gz |
Some read-only pkgsrc fixups..
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" |