diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-21 21:45:02 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-21 21:45:02 +0000 |
commit | 49799283bc02572a520cc378608f6c5ae59751d3 (patch) | |
tree | 1617ed24f87690dc85bfcec5a293bebc2bb03265 /mail/spruce/files/patch-ae | |
parent | Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT (diff) |
Update to 0.6.5
Notes
Notes:
svn path=/head/; revision=28650
Diffstat (limited to 'mail/spruce/files/patch-ae')
-rw-r--r-- | mail/spruce/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/spruce/files/patch-ae b/mail/spruce/files/patch-ae new file mode 100644 index 000000000000..ac9b506f69a4 --- /dev/null +++ b/mail/spruce/files/patch-ae @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sun May 21 14:41:15 2000 ++++ po/Makefile.in.in Sun May 21 14:41:44 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(gnulocaledir) + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po |