summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-12 23:34:30 +0000
committerfrueauf <frueauf>1998-11-12 23:34:30 +0000
commitc5a049e479eb28ab72fc13594b6a9c484496da4f (patch)
tree3e4919ed7360e711917754821c3bb10b987069e6 /games/nethack-lib
parent6f8664d9bb3c3e174919904322d1df40a93cc071 (diff)
downloadpkgsrc-c5a049e479eb28ab72fc13594b6a9c484496da4f.tar.gz
Some more for pkglint.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
index d0087f8b864..5da866755ad 100644
--- a/games/nethack-lib/Makefile
+++ b/games/nethack-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/09/24 16:53:20 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1998/11/12 23:34:31 frueauf Exp $
#
DISTNAME= nethack-3.2.2
@@ -16,7 +16,7 @@ INSTALL_TARGET= manpages install-dat
post-patch:
@${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo
- @${SED} -e 's@XXXLOCALBASEXXX@$(LOCALBASE)@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h
+ @${SED} -e 's@XXXLOCALBASEXXX@${LOCALBASE}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h
@${RM} -f ${WRKSRC}/foo
.include "../../mk/bsd.pkg.mk"