diff --git a/net/py-wsdd/Makefile b/net/py-wsdd/Makefile index 47574a85b1..afadaa099c 100644 --- a/net/py-wsdd/Makefile +++ b/net/py-wsdd/Makefile @@ -3,6 +3,7 @@ PORTNAME= wsdd DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-wsdd/files/patch-etc_rc.d_wsdd b/net/py-wsdd/files/patch-etc_rc.d_wsdd index 20ae70e2e2..c2ca424dbb 100644 --- a/net/py-wsdd/files/patch-etc_rc.d_wsdd +++ b/net/py-wsdd/files/patch-etc_rc.d_wsdd @@ -47,7 +47,7 @@ -if [ -n "$wsdd_group" ]; then - wsdd_opts="-w ${wsdd_group}" +wsdd_opts="" -+if [ -n "${wsdd_suppflags}" ]; then ++if [ -n "${wsdd_flags}" ]; then + wsdd_opts="${wsdd_flags}" fi +if [ -n "$wsdd_domain" ]; then