freebsd-ports/games/tuxpaint-config/files/patch-Makefile
Emanuel Haupt e4b8b1c92d Update to 0.0.12
PR:		158499
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-10 14:31:01 +00:00

12 lines
459 B
Text

--- Makefile.orig 2009-05-29 07:08:08.000000000 +0900
+++ Makefile 2010-10-19 01:39:29.000000000 +0900
@@ -340,7 +340,8 @@
INSTALLED_MOFILES:=$(patsubst trans/%.mo,$(LOCALE_PREFIX)/%/LC_MESSAGES/tuxpaint-config.mo,$(MOFILES))
$(INSTALLED_MOFILES): $(LOCALE_PREFIX)/%/LC_MESSAGES/tuxpaint-config.mo: trans/%.mo
- install -D -m 644 $< $@
+ test -d `dirname $@` || mkdir -p `dirname $@`
+ $(BSD_INSTALL_DATA) $< $@
.PHONY: uninstall-i18n
uninstall-i18n: