aboutsummaryrefslogtreecommitdiff
path: root/games/nethack32/files/patch-ag
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /games/nethack32/files/patch-ag
parented96f675f6237d0c1e5833f08538c03471943fdb (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Notes
Notes: svn path=/head/; revision=26796 svn path=/tags/RELEASE_4_0_0/; revision=26797; tag=release/4.0.0
Diffstat (limited to 'games/nethack32/files/patch-ag')
-rw-r--r--games/nethack32/files/patch-ag40
1 files changed, 0 insertions, 40 deletions
diff --git a/games/nethack32/files/patch-ag b/games/nethack32/files/patch-ag
deleted file mode 100644
index 6fbe422824f3..000000000000
--- a/games/nethack32/files/patch-ag
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ruN ./sys/unix/Makefile.top ../nethack-3.2.2/sys/unix/Makefile.top
---- ./sys/unix/Makefile.top Wed Dec 11 05:20:10 1996
-+++ ../nethack-3.2.2/sys/unix/Makefile.top Sun Mar 21 17:29:27 1999
-@@ -16,14 +16,14 @@
- # make NetHack
- GAME = nethack
- GAMEUID = games
--GAMEGRP = bin
-+GAMEGRP = games
-
- # Permissions - some places use setgid instead of setuid, for instance
- # See also the option "SECURE" in include/config.h
--GAMEPERM = 04755
--FILEPERM = 0644
-+GAMEPERM = 02755
-+FILEPERM = 0664
- EXEPERM = 0755
--DIRPERM = 0755
-+DIRPERM = 0775
-
- # GAMEDIR also appears in config.h as "HACKDIR".
- #
-@@ -32,13 +32,13 @@
- # therefore there should not be anything in GAMEDIR that you want to keep
- # (if there is, you'll have to do the installation by hand or modify the
- # instructions)
--GAMEDIR = /usr/games/lib/$(GAME)dir
--SHELLDIR = /usr/games
-+GAMEDIR = ${PREFIX}/share/$(GAME)
-+SHELLDIR = ${PREFIX}/bin
-
- # per discussion in Install.X11
--VARDATND =
-+# VARDATND =
- # VARDATND = x11tiles pet_mark.xbm
--# VARDATND = x11tiles pet_mark.xbm rip.xpm
-+VARDATND = x11tiles pet_mark.xbm rip.xpm
-
- VARDATD = data oracles options quest.dat rumors
- VARDAT = $(VARDATD) $(VARDATND)