diff options
Diffstat (limited to 'www/uwsgi/Makefile')
-rw-r--r-- | www/uwsgi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index ab23214e0424..dd1a892086e0 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -21,6 +21,7 @@ LDFLAGS+= "-L${LOCALBASE}/lib" PLIST_FILES= bin/uwsgi \ %%PYTHON_SITELIBDIR%%/uwsgidecorators.py +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile |