Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison Makefile @ 37:07eef5807f38
Adjust to master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 16:08:51 +0200 |
| parents | 1ca9a9cd1da8 |
| children |
comparison
equal
deleted
inserted
replaced
| 36:1ca9a9cd1da8 | 37:07eef5807f38 |
|---|---|
| 5 | 5 |
| 6 COMMENT= Language plugin for Python 2 (OS default) | 6 COMMENT= Language plugin for Python 2 (OS default) |
| 7 | 7 |
| 8 USES= python:2 gettext-runtime | 8 USES= python:2 gettext-runtime |
| 9 | 9 |
| 10 PLUGIN_NAME= python | 10 PLUGIN_NAME= python2 |
| 11 PLUGIN_FILENAME_TAG= python2 | 11 PLUGIN_SOURCE= plugins/python |
| 12 | 12 |
| 13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 | 13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 |
| 14 | 14 |
| 15 .include "${MASTERDIR}/Makefile" | 15 .include "${MASTERDIR}/Makefile" |
