diff options
author | ume <ume@FreeBSD.org> | 2007-08-17 03:12:07 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-08-17 03:12:07 +0800 |
commit | d8243c186c1d50560eb169c99c1428b57a5661b9 (patch) | |
tree | 8ab01de1b6727200e6ad4fa2b3740ed6da364844 | |
parent | 90de6720266a1e09133ce2580c5cf96d5ba69dfa (diff) | |
download | freebsd-ports-graphics-d8243c186c1d50560eb169c99c1428b57a5661b9.tar.gz freebsd-ports-graphics-d8243c186c1d50560eb169c99c1428b57a5661b9.tar.zst freebsd-ports-graphics-d8243c186c1d50560eb169c99c1428b57a5661b9.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 d266216392c..14498640685 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 cb027e6d7ca..c2b2db17c11 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> |