Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff uwsginl-plugin-lang-py3/Makefile @ 63:21b29894c66b
FIX: Use the pkg-descr of the plugins and not the MASTERDIR's.
The default is ${MASTERDIR}/pkg-descr. We switch to ${.CURDIR}/pkg-descr because
every slave port has a separate description.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 10 Mar 2019 16:29:30 +0100 |
| parents | 5aedaf1eb939 |
| children | badbe8b61265 |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Sun Mar 10 16:13:45 2019 +0100 +++ b/uwsginl-plugin-lang-py3/Makefile Sun Mar 10 16:29:30 2019 +0100 @@ -29,6 +29,9 @@ MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=${PYTHON_CMD} +# by default it uses the MASTERDIR's description +DESCR?= ${.CURDIR}/pkg-descr + UWSGI_NAME= uwsginl UWSGI_PATH= ${LOCALBASE}/bin/${UWSGI_NAME} PLUGIN_DIR= lib/${UWSGI_NAME}/plugins
