diff options
Diffstat (limited to 'games/noegnud-slashem/files/patch-variants__Makefile')
-rw-r--r-- | games/noegnud-slashem/files/patch-variants__Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/noegnud-slashem/files/patch-variants__Makefile b/games/noegnud-slashem/files/patch-variants__Makefile new file mode 100644 index 000000000000..990e3b819ba5 --- /dev/null +++ b/games/noegnud-slashem/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:49:09.027549877 +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 +@@ -68,7 +68,7 @@ + make -e -C $(NOEGNUDVERSION)-nethack-3.4.3 install + + install_se006e4f8: se006e4f8 +- make -e -C $(NOEGNUDVERSION)-slashem-0.0.6E4F8 install ++ make -C $(NOEGNUDVERSION)-slashem-0.0.6E4F8 install + + install_se007e2: se007e2 + make -e -C $(NOEGNUDVERSION)-slashem-0.0.7E2 install |