Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 140:bbc009daf3c0
Remove direct use of "/usr/local" and replace by "${LOCALBASE}"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Sep 2022 18:40:22 +0200 |
| parents | a09bdbffbdec |
| children | aa65e876b77d |
| files | uwsginl-plugin-lang-pypy3/Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 18:33:32 2022 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 18:40:22 2022 +0200 @@ -30,7 +30,7 @@ PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} -MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=/usr/local/bin/pypy3 +MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=${LOCALBASE}/bin/pypy3 DESCR= pkg-descr
