# HG changeset patch # User Franz Glasner # Date 1506262092 -7200 # Node ID 765f8e6d1d801ea9c98a08e888210c9ebb163692 # Parent 921b2db456d884c49d09f0b22c2253ac1aad5c16 Adjust to the master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE diff -r 921b2db456d8 -r 765f8e6d1d80 Makefile --- a/Makefile Sun Sep 24 03:52:28 2017 +0200 +++ b/Makefile Sun Sep 24 16:08:12 2017 +0200 @@ -7,8 +7,8 @@ USES= python:3.4 gettext-runtime -PLUGIN_NAME= python -PLUGIN_FILENAME_TAG= python34 +PLUGIN_NAME= python34 +PLUGIN_SOURCE= plugins/python MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3