diff options
author | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
commit | d4128f24283cd93f0120d4a58ec7114798bf4877 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /sysutils/confctl | |
parent | 8b9dfbc45e47a8dc3875beb7d9bacb1046409221 (diff) | |
download | freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.gz freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.zst freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.zip |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
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 |