diff options
Diffstat (limited to 'comms/scmxx/files/patch-po_Makefile.in')
-rw-r--r-- | comms/scmxx/files/patch-po_Makefile.in | 14 |
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)) |