diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-13 13:05:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-13 13:05:06 +0000 |
commit | eff273f978c336e6c21d70e06be8dcd949667198 (patch) | |
tree | f367d7c7e863c0d2ea49e6a30b12eea9b6cdd7e6 /misc | |
parent | connect math/rexx-regmath to the build. (diff) |
Fix master_sites
Notes
Notes:
svn path=/head/; revision=451989
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}- |