aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-tomoe-gtk
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 19:12:07 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 19:12:07 +0000
commit15554b27f99dcda758f3d7d71aadaec228bfafbb (patch)
treea7289131af8ec75e7f6293d2e89496cf4f47c395 /japanese/uim-tomoe-gtk
parent3165706a2d20b9e4bbcdaa8f302b4e288bdd07e2 (diff)
downloadports-15554b27f99dcda758f3d7d71aadaec228bfafbb.tar.gz
ports-15554b27f99dcda758f3d7d71aadaec228bfafbb.zip
Use LOCALBASE.
Notes
Notes: svn path=/head/; revision=197817
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>