diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 19:12:07 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 19:12:07 +0000 |
commit | 15554b27f99dcda758f3d7d71aadaec228bfafbb (patch) | |
tree | a7289131af8ec75e7f6293d2e89496cf4f47c395 | |
parent | 3165706a2d20b9e4bbcdaa8f302b4e288bdd07e2 (diff) | |
download | freebsd-ports-15554b27f99dcda758f3d7d71aadaec228bfafbb.zip |
Use LOCALBASE.
-rw-r--r-- | japanese/tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index d266216392c7..144986406857 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -93,7 +93,7 @@ PLIST_SUB+= UNIHAN="@comment " CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \ pyexecdir=${PYTHON_SITELIBDIR} \ - GMSGFMT='/usr/local/bin/msgfmt' + GMSGFMT="${LOCALBASE}/bin/msgfmt" .if defined(WITH_UNIHAN) post-extract: 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> |