diff options
| -rw-r--r-- | www/py-gunicorn/Makefile | 1 | ||||
| -rw-r--r-- | www/py-gunicorn/files/gunicorn.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index bf9f7bf62a8d..55af03382da3 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,5 +1,6 @@ PORTNAME= gunicorn DISTVERSION= 22.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-gunicorn/files/gunicorn.in b/www/py-gunicorn/files/gunicorn.in index f0c995224af2..86d3e2d3cad2 100644 --- a/www/py-gunicorn/files/gunicorn.in +++ b/www/py-gunicorn/files/gunicorn.in @@ -20,7 +20,7 @@ rcvar=gunicorn_enable load_rc_config $name : ${gunicorn_enable:=NO} -: ${gunicorn_config=%%PREFIX%%/gunicorn/gunicorn.conf.py} +: ${gunicorn_config=%%PREFIX%%/etc/gunicorn/gunicorn.conf.py} : ${gunicorn_user=%%USERS%%} : ${gunicorn_group=%%GROUPS%%} |
