Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff uwsginl-plugin-lang-pypy3/Makefile @ 79:badbe8b61265
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 | Sun, 14 Jun 2020 22:16:10 +0200 |
| parents | 278470dc420d |
| children | 40e8d1ee1651 |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-pypy3/Makefile Sun Jun 14 21:00:58 2020 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Jun 14 22:16:10 2020 +0200 @@ -40,6 +40,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}
