summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-devel/files/patch-po::Makefile.in.in')
-rw-r--r--mail/evolution-devel/files/patch-po::Makefile.in.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in
deleted file mode 100644
index 85c5f9db34b6..000000000000
--- a/mail/evolution-devel/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002
-+++ po/Makefile.in.in Thu Feb 7 14:36:07 2002
-@@ -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 \