summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-12 23:34:30 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-12 23:34:30 +0000
commit7138d002c55698a033b58914aa9089638d431b1d (patch)
tree3e4919ed7360e711917754821c3bb10b987069e6 /games/nethack-lib
parent77b7f6c088fb0ed12b0d97ed90d6870db7598002 (diff)
downloadpkgsrc-7138d002c55698a033b58914aa9089638d431b1d.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"