Index: head/www/py-graphite-api/Makefile =================================================================== --- head/www/py-graphite-api/Makefile +++ head/www/py-graphite-api/Makefile @@ -1,9 +1,9 @@ -# Created by: Dave Cottlehuber +# Created by: Dave Cottlehuber # $FreeBSD$ PORTNAME= graphite-api PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: head/www/py-graphite-api/files/graphiteapi.in =================================================================== --- head/www/py-graphite-api/files/graphiteapi.in +++ head/www/py-graphite-api/files/graphiteapi.in @@ -55,8 +55,7 @@ start_precmd() { - test -d "%%GRAPHITEAPI_LOGDIR%%" || install -d -o - ${graphiteapi_user} \ + test -d "%%GRAPHITEAPI_LOGDIR%%" || install -d -o ${graphiteapi_user} \ -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_LOGDIR%%" test -d "%%GRAPHITEAPI_TMPDIR%%" || install -d -o ${graphiteapi_user} \ -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_TMPDIR%%"