# HG changeset patch # User Franz Glasner # Date 1552231770 -3600 # Node ID 21b29894c66bab96fbecff09d49041b3ab29d6e2 # Parent d88a803c3b1ec341e21f776b9ef749e9ac4f337c 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. diff -r d88a803c3b1e -r 21b29894c66b uwsginl-plugin-lang-py3/Makefile --- 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