# HG changeset patch # User Franz Glasner # Date 1506262131 -7200 # Node ID 07eef5807f3867e8a90b5534f74da02f1f64c672 # Parent 1ca9a9cd1da85f983e2ffce146a09f8f2feea387 Adjust to master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE diff -r 1ca9a9cd1da8 -r 07eef5807f38 Makefile --- a/Makefile Sun Sep 24 03:53:23 2017 +0200 +++ b/Makefile Sun Sep 24 16:08:51 2017 +0200 @@ -7,8 +7,8 @@ USES= python:2 gettext-runtime -PLUGIN_NAME= python -PLUGIN_FILENAME_TAG= python2 +PLUGIN_NAME= python2 +PLUGIN_SOURCE= plugins/python MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3