diff options
Diffstat (limited to 'sysutils/confctl')
-rw-r--r-- | sysutils/confctl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/confctl/Makefile b/sysutils/confctl/Makefile index e26cc88fbdeb..92d0337fa8d6 100644 --- a/sysutils/confctl/Makefile +++ b/sysutils/confctl/Makefile @@ -4,7 +4,7 @@ PORTNAME= confctl PORTVERSION= 1.2 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/trasz/confctl/ \ +MASTER_SITES= GHC \ LOCAL/trasz MAINTAINER= trasz@FreeBSD.org @@ -12,6 +12,8 @@ COMMENT= Utility to parse and modify C-like configuration files LICENSE= BSD2CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= trasz GNU_CONFIGURE= yes PLIST_FILES= bin/confctl \ man/man1/confctl.1.gz |