changeset 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 8144321b6cee
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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