summaryrefslogtreecommitdiff
path: root/misc/xiphos/files/patch-po_Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xiphos/files/patch-po_Makefile.in.in')
-rw-r--r--misc/xiphos/files/patch-po_Makefile.in.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/xiphos/files/patch-po_Makefile.in.in b/misc/xiphos/files/patch-po_Makefile.in.in
deleted file mode 100644
index 38d246eb52f7..000000000000
--- a/misc/xiphos/files/patch-po_Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Sun May 4 11:25:31 2003
-+++ po/Makefile.in.in Sun May 4 11:42:10 2003
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \