summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorgarbled <garbled>1998-09-24 16:53:19 +0000
committergarbled <garbled>1998-09-24 16:53:19 +0000
commit31e2691d8438095082257307e13a6d7ecfa964e9 (patch)
tree36eb3b665391294e72202e9a6d9ac3749b06e33a /games/nethack-lib
parent15bf8089fd17d37f57d4a25d9c72f27a892e62ed (diff)
downloadpkgsrc-31e2691d8438095082257307e13a6d7ecfa964e9.tar.gz
Some read-only pkgsrc fixups..
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/Makefile8
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"