diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-02 00:06:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-02 00:06:01 +0800 |
commit | 7dacfc4b3658cda9ece53fcaa44c722c6d962f26 (patch) | |
tree | 11c512cae39b9f9b1dd1ce4c05b09288d9a2ce7d /japanese | |
parent | 61c87b3e18a196e4522f95ccb1c23090520794f5 (diff) | |
download | freebsd-ports-gnome-7dacfc4b3658cda9ece53fcaa44c722c6d962f26.tar.gz freebsd-ports-gnome-7dacfc4b3658cda9ece53fcaa44c722c6d962f26.tar.zst freebsd-ports-gnome-7dacfc4b3658cda9ece53fcaa44c722c6d962f26.zip |
Fix patching after the recent locale dir changes to bsd.gnome.mk.
Reported by: pointyhat via kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/balsa/files/patch-aj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/balsa/files/patch-aj b/japanese/balsa/files/patch-aj index 1ccb4a0165f6..98dbd3da4b3c 100644 --- a/japanese/balsa/files/patch-aj +++ b/japanese/balsa/files/patch-aj @@ -1,11 +1,11 @@ ---- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999 -+++ po/Makefile.in.in Thu Dec 23 05:22:51 1999 +--- po/Makefile.in.in.orig Thu Jul 1 16:03:05 2004 ++++ po/Makefile.in.in Thu Jul 1 16:03:42 2004 @@ -18,7 +18,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = $(prefix)/@DATADIRNAME@ +datadir = $(prefix)/share - localedir = $(datadir)/locale + localedir = $(prefix)/share/locale gnulocaledir = $(prefix)/share/locale gettextsrcdir = $(prefix)/share/gettext/po |