diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-03 19:39:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-03 19:39:22 +0000 |
commit | e678f97bcc454b20a3276c70b18d447f1aebdbf9 (patch) | |
tree | f77dfed2a6d2c81a5e9b84905d193183a07c4d5a /games/ivan/files | |
parent | - Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses (diff) |
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>
Notes
Notes:
svn path=/head/; revision=147149
Diffstat (limited to 'games/ivan/files')
-rw-r--r-- | games/ivan/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/ivan/files/patch-configure b/games/ivan/files/patch-configure new file mode 100644 index 000000000000..d7d97b0faabd --- /dev/null +++ b/games/ivan/files/patch-configure @@ -0,0 +1,19 @@ +--- 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. |