Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 62:d88a803c3b1e | 63:21b29894c66b |
|---|---|
| 27 | 27 |
| 28 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} | 28 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} |
| 29 | 29 |
| 30 MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=${PYTHON_CMD} | 30 MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=${PYTHON_CMD} |
| 31 | 31 |
| 32 # by default it uses the MASTERDIR's description | |
| 33 DESCR?= ${.CURDIR}/pkg-descr | |
| 34 | |
| 32 UWSGI_NAME= uwsginl | 35 UWSGI_NAME= uwsginl |
| 33 UWSGI_PATH= ${LOCALBASE}/bin/${UWSGI_NAME} | 36 UWSGI_PATH= ${LOCALBASE}/bin/${UWSGI_NAME} |
| 34 PLUGIN_DIR= lib/${UWSGI_NAME}/plugins | 37 PLUGIN_DIR= lib/${UWSGI_NAME}/plugins |
| 35 | 38 |
| 36 # The name of the plugin to be created (to eventually distingush py2 and py3) | 39 # The name of the plugin to be created (to eventually distingush py2 and py3) |
