summaryrefslogtreecommitdiff
path: root/games/nethack-tty
diff options
context:
space:
mode:
authorgarbled <garbled>1998-12-31 06:19:38 +0000
committergarbled <garbled>1998-12-31 06:19:38 +0000
commit3a0b6a7df18f5fb76d21a21c933fe59dc4b1c343 (patch)
tree087f013d8948c3322eff2a6e84c38fc6d5a3a6ff /games/nethack-tty
parent94e6cc62a9381af7a444fa0651e2a8b2a7bf6301 (diff)
downloadpkgsrc-3a0b6a7df18f5fb76d21a21c933fe59dc4b1c343.tar.gz
Make these packages conform to read-only-pkgsrc. Bad garbled! bad!
Fixes PR 6528 by Simon Burge.
Diffstat (limited to 'games/nethack-tty')
-rw-r--r--games/nethack-tty/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile
index d6737789e39..31b312bf80b 100644
--- a/games/nethack-tty/Makefile
+++ b/games/nethack-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/28 12:56:17 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1998/12/31 06:19:38 garbled Exp $
DISTNAME= nethack-3.2.2
PKGNAME= nethack-tty-3.2.2
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/
DEPENDS+= nethack-lib-3.2.2:../nethack-lib
-WRKSRC= ../nethack-lib/work/${DISTNAME}
+WRKSRC= ../nethack-lib/${WRKDIR_BASENAME}/${DISTNAME}
NO_CHECKSUM= yes
ALL_TARGET= nethack
INSTALL_TARGET= binfiles
@@ -18,7 +18,7 @@ MAKE_ENV+= GTYPE=-tty
do-fetch: #empty
do-extract:
- @mkdir work
+ -@mkdir ${WRKDIR_BASENAME}
(cd ../nethack-lib && make clean)
(cd ../nethack-lib && make configure)