summaryrefslogtreecommitdiff
path: root/net/corebird/patches/patch-data_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/corebird/patches/patch-data_Makefile.in')
-rw-r--r--net/corebird/patches/patch-data_Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/corebird/patches/patch-data_Makefile.in b/net/corebird/patches/patch-data_Makefile.in
new file mode 100644
index 00000000000..dfa56a4eba0
--- /dev/null
+++ b/net/corebird/patches/patch-data_Makefile.in
@@ -0,0 +1,19 @@
+$NetBSD: patch-data_Makefile.in,v 1.1 2016/10/26 20:34:00 ryoon Exp $
+
+--- data/Makefile.in.orig 2016-10-03 18:30:50.000000000 +0000
++++ data/Makefile.in
+@@ -828,12 +828,10 @@ uninstall-man: uninstall-man1
+
+
+ %.desktop: %.desktop.in
+- msgfmt --desktop -d $(top_srcdir)/po \
+- --template $< -o $@
++ cp $^ $@
+
+ %.appdata.xml: %.appdata.xml.in
+- msgfmt --xml -d $(top_srcdir)/po \
+- --template $< -o $@
++ cp $^ $@
+
+ # Actually, just ignore gschema translations...
+ org.baedert.corebird.gschema.xml: org.baedert.corebird.gschema.xml.in