Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 87:e3249546c992 | 88:098130d0f0f0 |
|---|---|
| 47 PLUGIN_SOURCE= plugins/python | 47 PLUGIN_SOURCE= plugins/python |
| 48 .endif | 48 .endif |
| 49 # The complete basename of the plugin | 49 # The complete basename of the plugin |
| 50 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so | 50 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so |
| 51 | 51 |
| 52 # Use the PATCHDIR of the binary executable by default | |
| 53 PATCHDIR?= ${.CURDIR}/../uwsginl/files | |
| 54 | |
| 52 do-configure: | 55 do-configure: |
| 53 @${DO_NADA} | 56 @${DO_NADA} |
| 54 | 57 |
| 55 do-build: | 58 do-build: |
| 56 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} | 59 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} |
