diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-09 16:43:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-09 16:43:33 +0000 |
commit | 38f07d4a742c282571dbaab9a12d7d279b24f4a8 (patch) | |
tree | 52599852605ca9e6ba4270b8e988e81cce0b76e8 /mail/evolution/files | |
parent | Update version number of the gtkhtml shared library. (diff) |
Update to 0.99.0.
Notes
Notes:
svn path=/head/; revision=49894
Diffstat (limited to 'mail/evolution/files')
-rw-r--r-- | mail/evolution/files/patch-po::Makefile.in.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution/files/patch-po::Makefile.in.in b/mail/evolution/files/patch-po::Makefile.in.in deleted file mode 100644 index f2ce380397ca..000000000000 --- a/mail/evolution/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/09/11 17:20:57 1.1 -+++ po/Makefile.in.in 2001/09/11 17:21:24 -@@ -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 \ |