pkgsrc/games/falcons-eye/patches/patch-ad

17 lines
452 B
Text
Raw Normal View History

$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