diff options
Diffstat (limited to 'games/nethack33/files/patch-ae')
-rw-r--r-- | games/nethack33/files/patch-ae | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/games/nethack33/files/patch-ae b/games/nethack33/files/patch-ae deleted file mode 100644 index e655d0e9ff0b..000000000000 --- a/games/nethack33/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ ---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 -+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - 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". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,9 +34,9 @@ - # 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 = $(PREFIX)/games/lib/$(GAME)dir -+GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = |