60c5a78963
Originally supplied by collver@linuxfreemail.com in pkg/14359 and subsequently modified somewhat mostly by him.
16 lines
452 B
Text
16 lines
452 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
|
|
|
|
--- sys/unix/nethack.sh.orig Sun Jun 24 18:57:24 2001
|
|
+++ sys/unix/nethack.sh
|
|
@@ -1,9 +1,9 @@
|
|
#!/bin/sh
|
|
# SCCS Id: @(#)nethack.sh 3.3 90/02/26
|
|
|
|
-HACKDIR=/usr/games/lib/nethackdir
|
|
+HACKDIR=XXXPREFIXXXX/share/falcons-eye-dir
|
|
export HACKDIR
|
|
-HACK=$HACKDIR/nethack
|
|
+HACK=$HACKDIR/falcons-eye
|
|
MAXNROFPLAYERS=4
|
|
|
|
# see if we can find the full path name of PAGER, so help files work properly
|