aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/uim-tomoe-gtk
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2007-08-17 03:12:07 +0800
committerume <ume@FreeBSD.org>2007-08-17 03:12:07 +0800
commitd8243c186c1d50560eb169c99c1428b57a5661b9 (patch)
tree8ab01de1b6727200e6ad4fa2b3740ed6da364844 /japanese/uim-tomoe-gtk
parent90de6720266a1e09133ce2580c5cf96d5ba69dfa (diff)
downloadfreebsd-ports-gnome-d8243c186c1d50560eb169c99c1428b57a5661b9.tar.gz
freebsd-ports-gnome-d8243c186c1d50560eb169c99c1428b57a5661b9.tar.zst
freebsd-ports-gnome-d8243c186c1d50560eb169c99c1428b57a5661b9.zip
Use LOCALBASE.
Diffstat (limited to 'japanese/uim-tomoe-gtk')
-rw-r--r--japanese/uim-tomoe-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile
index cb027e6d7ca7..c2b2db17c117 100644
--- a/japanese/uim-tomoe-gtk/Makefile
+++ b/japanese/uim-tomoe-gtk/Makefile
@@ -28,6 +28,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/uim-tomoe-gtk \
share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
-CONFIGURE_ENV+= GMSGFMT='/usr/local/bin/msgfmt'
+CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
.include <bsd.port.mk>