freebsd-ports/games/instead/files/patch-makefile_games
Dmitry Marakasov 4123888112 INSTEAD was designed to interpret the games that are the mix of visual novels,
text quests and classical 90'ss quests.

WWW:	http://instead.google.com/

PR:		153343, 153411
Submitted by:	Fluke <neuroworker@gmail.com>
2010-12-27 12:15:19 +00:00

11 lines
371 B
Text

--- games/Makefile.orig 2010-10-12 19:06:34.000000000 +0800
+++ games/Makefile 2010-12-23 11:55:51.000000000 +0700
@@ -7,7 +7,7 @@
for f in *; do \
if [ ! -d $$f ]; then continue; fi;\
$(INSTALLD) $(GAMESPATH)/$$f; \
- tar --exclude=".svn" -c -C $$f . | tar -x -C $(GAMESPATH)/$$f;\
+ tar -cf - -C $$f . | tar -xpf - -C $(GAMESPATH)/$$f; \
done
uninstall: