freebsd-ports/games/noegnud-nethack/files/patch-variants__Makefile
2014-07-29 17:12:47 +00:00

20 lines
687 B
Text

--- 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