diff options
Diffstat (limited to 'mail/fetchmail/files/patch-al')
-rw-r--r-- | mail/fetchmail/files/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-al b/mail/fetchmail/files/patch-al new file mode 100644 index 00000000000..2e891603d8b --- /dev/null +++ b/mail/fetchmail/files/patch-al @@ -0,0 +1,13 @@ +--- po/Makefile.in.in~ Mon Nov 23 06:42:00 1998 ++++ po/Makefile.in.in Sun May 21 23:17:50 2000 +@@ -19,8 +19,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale +-gnulocaledir = $(prefix)/share/locale ++localedir = $(prefix)/share/locale ++gnulocaledir = ${localedir} + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po + |