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, 20 insertions, 0 deletions
diff --git a/games/noegnud-nethack/files/patch-variants__Makefile b/games/noegnud-nethack/files/patch-variants__Makefile new file mode 100644 index 000000000000..69fdcd8a736c --- /dev/null +++ b/games/noegnud-nethack/files/patch-variants__Makefile @@ -0,0 +1,20 @@ +--- 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 |