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 | |
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
-rw-r--r-- | japanese/balsa/files/patch-aj | 6 | ||||
-rw-r--r-- | misc/uf-view/files/patch-po | 13 |
2 files changed, 3 insertions, 16 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 diff --git a/misc/uf-view/files/patch-po b/misc/uf-view/files/patch-po deleted file mode 100644 index 06588ec09378..000000000000 --- a/misc/uf-view/files/patch-po +++ /dev/null @@ -1,13 +0,0 @@ ---- po/Makefile.in.in.orig Sun Apr 20 10:14:53 2003 -+++ po/Makefile.in.in Sun Apr 20 10:15:14 2003 -@@ -27,8 +27,8 @@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ - libdir = @libdir@ --localedir = $(libdir)/locale --gnulocaledir = $(datadir)/locale -+localedir = $(prefix)/share/locale -+gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/glib-2.0/gettext/po - subdir = po - |