diff options
author | pav <pav@FreeBSD.org> | 2011-08-04 06:36:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-04 06:36:16 +0800 |
commit | daf6d24a41e538cf4f61cdd3472e3697aba681a6 (patch) | |
tree | 78d7422ee70f82a3e9977ad723635d83be40b3aa /www/uwsgi | |
parent | c5ded54dd7384a3b9caf37f1a95e41cd20fc7201 (diff) | |
download | freebsd-ports-gnome-daf6d24a41e538cf4f61cdd3472e3697aba681a6.tar.gz freebsd-ports-gnome-daf6d24a41e538cf4f61cdd3472e3697aba681a6.tar.zst freebsd-ports-gnome-daf6d24a41e538cf4f61cdd3472e3697aba681a6.zip |
- Fix plist
- While here, drop 6.X conditional
Reported by: pointyhat
Diffstat (limited to 'www/uwsgi')
-rw-r--r-- | www/uwsgi/Makefile | 11 | ||||
-rw-r--r-- | www/uwsgi/pkg-plist | 2 |
2 files changed, 3 insertions, 10 deletions
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 <bsd.port.pre.mk> - 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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 |