diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-12 11:17:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-12 11:17:25 +0000 |
commit | 3a96bc90c7bb176e6a26f28cc4d73ddf73330dd7 (patch) | |
tree | 5bbb15f2f10fa7c0920b44cfad14564da7cdecd9 /www | |
parent | eba97ed57a11fdb7c9ce0c560c13afc651efece2 (diff) | |
download | freebsd-ports-3a96bc90c7bb176e6a26f28cc4d73ddf73330dd7.zip |
Fix typo
Diffstat (limited to 'www')
-rw-r--r-- | www/grafana3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/grafana3/Makefile b/www/grafana3/Makefile index 60721d8751de..3270de6235af 100644 --- a/www/grafana3/Makefile +++ b/www/grafana3/Makefile @@ -26,7 +26,7 @@ USES= compiler go USE_GITHUB= yes -GH_TUPLE \ +GH_TUPLE= \ BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ Unknwon:com:v1:com/src/github.com/Unknwon/com \ aws:aws-sdk-go:v1.1.36:aws_sdk_go/src/github.com/aws/aws-sdk-go \ |