comparison Makefile @ 41:5459fb295a5e

Adjust to master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE
author Franz Glasner <hg@dom66.de>
date Sun, 24 Sep 2017 16:09:15 +0200
parents c1162b9a5607
children
comparison
equal deleted inserted replaced
40:c1162b9a5607 41:5459fb295a5e
5 5
6 COMMENT= Language plugin for Python 2.7 6 COMMENT= Language plugin for Python 2.7
7 7
8 USES= python:2.7 gettext-runtime 8 USES= python:2.7 gettext-runtime
9 9
10 PLUGIN_NAME= python 10 PLUGIN_NAME= python27
11 PLUGIN_FILENAME_TAG= python27 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"