mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9a2b3a197f
A nethack 3.2.3 with GTK interface and graphics. PR: 19318 Submitted by: Kelly Yancey <kbyanc@posi.net>
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
--- include/config.h.orig Wed Jun 14 22:54:31 2000
|
|
+++ include/config.h Wed Jun 14 22:54:34 2000
|
|
@@ -374,7 +374,7 @@
|
|
* otherwise it will be the current directory.
|
|
*/
|
|
# ifndef HACKDIR
|
|
-# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */
|
|
+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */
|
|
# endif
|
|
|
|
/*
|