diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-07-27 21:57:30 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-07-27 21:57:30 +0800 |
commit | 189da2fda2c1215c7c9798da3318e8634f432a1e (patch) | |
tree | 733b25142c70c3fa0536fb15cdce4a8b4d25d274 /net/madonctl | |
parent | 79e7b8fdbd5550a84c8ad6afdcc2f7b3ef1a4f83 (diff) | |
download | freebsd-ports-gnome-189da2fda2c1215c7c9798da3318e8634f432a1e.tar.gz freebsd-ports-gnome-189da2fda2c1215c7c9798da3318e8634f432a1e.tar.zst freebsd-ports-gnome-189da2fda2c1215c7c9798da3318e8634f432a1e.zip |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight
Diffstat (limited to 'net/madonctl')
-rw-r--r-- | net/madonctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/madonctl/Makefile b/net/madonctl/Makefile index af1452425092..64e2df91dac4 100644 --- a/net/madonctl/Makefile +++ b/net/madonctl/Makefile @@ -18,8 +18,8 @@ USES= go PLIST_FILES= bin/madonctl -GH_TUPLE= McKael:${PORTNAME}:${DISTVERSIONFULL} \ - McKael:madon:v1.6.0:madon/../src/github.com/McKael/madon \ +GH_ACCOUNT= McKael +GH_TUPLE= McKael:madon:v1.6.0:madon/../src/github.com/McKael/madon \ fsnotify:fsnotify:v1.4.2:fsnotify/../src/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:yaml/../src/github.com/ghodss/yaml \ go-yaml:yaml:cd8b52f:yaml2/../src/gopkg.in/yaml.v2 \ |