Use LOCALBASE.
This commit is contained in:
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
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue