freebsd-ports/games/instead/files/patch-makefile_themes
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
375 B
Text

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