diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/couchpotato/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/couchpotato/Makefile b/net-p2p/couchpotato/Makefile index 0e6608f60cb8..46b6a5489378 100644 --- a/net-p2p/couchpotato/Makefile +++ b/net-p2p/couchpotato/Makefile @@ -3,7 +3,7 @@ PORTNAME= couchpotato PORTVERSION= 0.0.20170327 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python MAINTAINER= joshruehlig@gmail.com @@ -25,6 +25,7 @@ USES= python:2.7 shebangfix SHEBANG_FILES= CouchPotato.py USERS= couchpotato +GROUPS= couchpotato USE_GITHUB= yes GH_ACCOUNT= CouchPotato |