From daf6d24a41e538cf4f61cdd3472e3697aba681a6 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 3 Aug 2011 22:36:16 +0000 Subject: - Fix plist - While here, drop 6.X conditional Reported by: pointyhat --- www/uwsgi/Makefile | 11 +---------- www/uwsgi/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 10 deletions(-) create mode 100644 www/uwsgi/pkg-plist (limited to 'www/uwsgi') diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index b24d92b94c06..02f0ebbc305b 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -23,17 +23,8 @@ USE_GNOME= libxml2 USE_PYTHON= yes USE_RC_SUBR= uwsgi -PLIST_FILES= bin/${PORTNAME} \ - ${PYTHON_SITELIBDIR}/uwsgidecorators.py - -.include - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_DATA} ${WRKSRC}/uwsgidecorators.py ${PYTHON_SITELIBDIR} -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - -.include +.include diff --git a/www/uwsgi/pkg-plist b/www/uwsgi/pkg-plist new file mode 100644 index 000000000000..e883ab3d9034 --- /dev/null +++ b/www/uwsgi/pkg-plist @@ -0,0 +1,2 @@ +bin/uwsgi +%%PYTHON_SITELIBDIR%%/uwsgidecorators.py -- cgit