summaryrefslogtreecommitdiff
path: root/japanese/nethack34/files/patch-ae
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-12 21:48:56 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-12 21:48:56 +0000
commit009685ec5a8fa0feab6441584f7606e838b71942 (patch)
treee126b589a59e04e8d3900cae1234eba903dac64a /japanese/nethack34/files/patch-ae
parentgkrellmbgchg is a plugin for gkrellm which periodically updates the (diff)
Synchronize with games/nethack34.
- Don't pretend we are SysV. We are BSD. - Make the install directory and the program name configurable. We'll change the defaults in future so one can install multiple versions of nethack at a time. - Do not mercilessly remove non-empty logfile and record on deinstallation.
Notes
Notes: svn path=/head/; revision=64452
Diffstat (limited to 'japanese/nethack34/files/patch-ae')
-rw-r--r--japanese/nethack34/files/patch-ae9
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/nethack34/files/patch-ae b/japanese/nethack34/files/patch-ae
index b8b059dd1fa5..692ad4f400d0 100644
--- a/japanese/nethack34/files/patch-ae
+++ b/japanese/nethack34/files/patch-ae
@@ -1,11 +1,12 @@
---- sys/unix/Makefile.top.orig Sun Jun 16 03:02:10 2002
-+++ sys/unix/Makefile.top Sun Jun 16 03:11:41 2002
+--- sys/unix/Makefile.top.orig Tue Aug 13 06:38:30 2002
++++ sys/unix/Makefile.top Tue Aug 13 06:40:41 2002
@@ -14,18 +14,17 @@
# MAKE = make
# make NetHack
-PREFIX = /usr
- GAME = jnethack
+-GAME = jnethack
++GAME = %%HACKNAME%%
# GAME = nethack.prg
GAMEUID = games
-GAMEGRP = bin
@@ -28,7 +29,7 @@
# (if there is, you'll have to do the installation by hand or modify the
# instructions)
-GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir
-+GAMEDIR = $(PREFIX)/lib/$(GAME)
++GAMEDIR = %%HACKDIR%%
VARDIR = $(GAMEDIR)
-SHELLDIR = $(PREFIX)/games
+SHELLDIR = $(PREFIX)/bin