diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-13 21:05:06 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:44:10 +0800 |
commit | 0a992e70f8f9fc6455fbd0975b6a982c2c5e68f4 (patch) | |
tree | c41c90e0246bad3429ddbbca74d3683083025f30 /misc | |
parent | db13d91ec9484c15c85f26ce802a3c76ee33b45d (diff) | |
download | freebsd-ports-gnome-0a992e70f8f9fc6455fbd0975b6a982c2c5e68f4.tar.gz freebsd-ports-gnome-0a992e70f8f9fc6455fbd0975b6a982c2c5e68f4.tar.zst freebsd-ports-gnome-0a992e70f8f9fc6455fbd0975b6a982c2c5e68f4.zip |
Fix master_sites
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gimp-help-en/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile index 5e1100861e56..5bc3eb05ee9a 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -4,9 +4,8 @@ PORTNAME= gimp-help PORTVERSION= 2.8.2 CATEGORIES?= misc graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ +MASTER_SITES= http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= gimp/help PKGNAMEPREFIX?= ${DOCLANG}- |