summaryrefslogtreecommitdiff
path: root/comms/scmxx/files/patch-po_Makefile.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-14 16:03:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-14 16:03:24 +0000
commit24b298f317b8e4081ac991e2d4e20ae1a7efc57c (patch)
tree8900da36661b9476ce77b48a6553cc70f143e6ef /comms/scmxx/files/patch-po_Makefile.in
parentupdate to 2.0.0 beta 6 (diff)
- Update to 0.8.0
PR: ports/83463 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=139224
Diffstat (limited to 'comms/scmxx/files/patch-po_Makefile.in')
-rw-r--r--comms/scmxx/files/patch-po_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/scmxx/files/patch-po_Makefile.in b/comms/scmxx/files/patch-po_Makefile.in
new file mode 100644
index 000000000000..45824e090701
--- /dev/null
+++ b/comms/scmxx/files/patch-po_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.orig
++++ po/Makefile.in
+@@ -67,7 +67,7 @@
+ .PHONY:install-%.mo
+ install-%.mo: %.mo
+ $(INSTALL) -d $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES; \
+- $(INSTALL) --mode=644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
++ $(INSTALL) -m 644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
+
+ .PHONY:install
+ install: $(patsubst %,install-%,$(MO_FILES))