Use LOCALBASE.

This commit is contained in:
Hajimu UMEMOTO 2007-08-16 19:12:07 +00:00
parent 3165706a2d
commit 15554b27f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197817
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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>