diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-22 20:15:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-22 20:15:51 +0000 |
commit | fb563e4c602ce1d9d7205234d5d02b8404ee65f5 (patch) | |
tree | 361c07f464dcc110cd6e89457e7ad0a170dd4037 /mail/sylpheed-gtk2/files/patch-ba | |
parent | * Update to 2.5.7 (diff) |
- Update to 0.9.8a.20040109
- use OPTIONS macro
While I'm here:
- Add CONFLICTS
PR: 61747
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Notes
Notes:
svn path=/head/; revision=98824
Diffstat (limited to 'mail/sylpheed-gtk2/files/patch-ba')
-rw-r--r-- | mail/sylpheed-gtk2/files/patch-ba | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/sylpheed-gtk2/files/patch-ba b/mail/sylpheed-gtk2/files/patch-ba deleted file mode 100644 index a6a44c7db7f8..000000000000 --- a/mail/sylpheed-gtk2/files/patch-ba +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Thu Sep 25 12:15:12 2003 -+++ po/Makefile.in.in Thu Sep 25 12:16:23 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 \ |