Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff uwsginl-plugin-lang-py3/Makefile @ 88:098130d0f0f0
All plugins by default use the PATCHDIR of the uwsginl binary.
So: All plugin-specific patches should be done there.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jun 2020 09:42:50 +0200 |
| parents | 21b29894c66b |
| children | 40e8d1ee1651 |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Mon Jun 15 09:41:15 2020 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Mon Jun 15 09:42:50 2020 +0200 @@ -49,6 +49,9 @@ # The complete basename of the plugin PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so +# Use the PATCHDIR of the binary executable by default +PATCHDIR?= ${.CURDIR}/../uwsginl/files + do-configure: @${DO_NADA}
