freebsd-ports/games/ivan/files/patch-configure
Pav Lucistnik e678f97bcc Iter Vehemens ad Necem (IVAN) is a graphical roguelike game, which
currently runs in Linux, Windows, and DOS. It features advanced
bodypart and material handling, multi-colored lighting and, above
all, deep gameplay.

PR:		ports/88428
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2005-11-03 19:39:22 +00:00

19 lines
825 B
Text

--- Makefile.in.orig Thu Nov 3 04:38:15 2005
+++ Makefile.in Thu Nov 3 04:38:57 2005
@@ -338,16 +338,6 @@
install-data-local:
- -./mkinstalldirs -p $(localstatedir) $(bindir) $(datadir)/ivan/Script/ $(datadir)/ivan/Graphics/ $(localstatedir)/ivan/Bones/
- -touch $(localstatedir)/ivan/ivan-highscore.scores
- -chown games.games $(localstatedir)/ivan/ivan-highscore.scores
- -chmod 664 $(localstatedir)/ivan/ivan-highscore.scores
- -chown -R games.games $(localstatedir)/ivan/Bones/
- -chmod -R u=rwx $(localstatedir)/ivan/Bones/
- -chmod -R g=rwx $(localstatedir)/ivan/Bones/
- -chmod -R o=r $(localstatedir)/ivan/Bones/
- -chgrp games $(bindir)/ivan
- -chmod 2111 $(bindir)/ivan
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.