From a50c108be20179607a40525f5ab8d0f965c40ee4 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Fri, 24 May 2013 13:27:10 +0000 Subject: pkg_add seems to have problems if PLIST_FILES contain absolute path. --- www/uwsgi/Makefile | 3 --- www/uwsgi/pkg-plist | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 www/uwsgi/pkg-plist (limited to 'www') diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index a87e320ce05f..8c43eb5b945a 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -18,9 +18,6 @@ USE_GNOME= libxml2 USE_PYTHON= yes USE_RC_SUBR= uwsgi -PLIST_FILES= bin/uwsgi \ - ${PYTHONPREFIX_SITELIBDIR}/uwsgidecorators.py - post-patch: ${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile 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 v1.2.3