# HG changeset patch # User Franz Glasner # Date 1506262155 -7200 # Node ID 5459fb295a5e7e4114dd27f9c90e38e176120a81 # Parent c1162b9a56076514987d41e596176e7e83b3c8d0 Adjust to master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE diff -r c1162b9a5607 -r 5459fb295a5e Makefile --- a/Makefile Sun Sep 24 03:59:05 2017 +0200 +++ b/Makefile Sun Sep 24 16:09:15 2017 +0200 @@ -7,8 +7,8 @@ USES= python:2.7 gettext-runtime -PLUGIN_NAME= python -PLUGIN_FILENAME_TAG= python27 +PLUGIN_NAME= python27 +PLUGIN_SOURCE= plugins/python MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3