diff options
author | demon <demon@FreeBSD.org> | 2013-05-24 21:27:10 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2013-05-24 21:27:10 +0800 |
commit | c42587659965dba7776106a2a4d888d71aeb1047 (patch) | |
tree | 2eb568add6e0bc7a7140f6f0affb0af91ba8c1c0 /www | |
parent | a0b5f94969a46bf585cdfb52cbd48b189d3a25f5 (diff) | |
download | freebsd-ports-gnome-c42587659965dba7776106a2a4d888d71aeb1047.tar.gz freebsd-ports-gnome-c42587659965dba7776106a2a4d888d71aeb1047.tar.zst freebsd-ports-gnome-c42587659965dba7776106a2a4d888d71aeb1047.zip |
pkg_add seems to have problems if PLIST_FILES contain absolute path.
Diffstat (limited to 'www')
-rw-r--r-- | www/uwsgi/Makefile | 3 | ||||
-rw-r--r-- | www/uwsgi/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
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 |