diff options
Diffstat (limited to 'games/noegnud-nethack/files/patch-variants__Makefile')
-rw-r--r-- | games/noegnud-nethack/files/patch-variants__Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/noegnud-nethack/files/patch-variants__Makefile b/games/noegnud-nethack/files/patch-variants__Makefile deleted file mode 100644 index 69fdcd8a736c..000000000000 --- a/games/noegnud-nethack/files/patch-variants__Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- variants/Makefile.orig 2004-08-23 19:13:51.000000000 +0200 -+++ variants/Makefile 2014-04-17 11:20:10.067045121 +0200 -@@ -1,7 +1,7 @@ - NOEGNUDVERSION=noegnud-0.8.0 - # you __MUST__ change this if you change the prefix for any variants' install !!!!!!!!!!!!! - # although ..... " make -e foo " also works :O ;) --PREFIX = /usr/local -+PREFIX = %%PREFIX%% - GAMEUID = games - GAMEGRP = bin - CHOWN = chown -@@ -65,7 +65,7 @@ - make -e -C $(NOEGNUDVERSION)-nethack-3.4.2 install - - install_nh343: nh343 -- make -e -C $(NOEGNUDVERSION)-nethack-3.4.3 install -+ make -C $(NOEGNUDVERSION)-nethack-3.4.3 install - - install_se006e4f8: se006e4f8 - make -e -C $(NOEGNUDVERSION)-slashem-0.0.6E4F8 install |