diff options
author | pav <pav@FreeBSD.org> | 2005-02-09 04:57:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-09 04:57:34 +0800 |
commit | 84936eb6ca7b32c1c3f3ddaebafd518980e344c8 (patch) | |
tree | 435e6d0149f81a6eb1a95619d59c967757ad744f | |
parent | 57f6890ee26f2a21c9fe11ae2b90997117d43834 (diff) | |
download | freebsd-ports-gnome-84936eb6ca7b32c1c3f3ddaebafd518980e344c8.tar.gz freebsd-ports-gnome-84936eb6ca7b32c1c3f3ddaebafd518980e344c8.tar.zst freebsd-ports-gnome-84936eb6ca7b32c1c3f3ddaebafd518980e344c8.zip |
- Fix fetching
Submitted by: Andre Goeree <adsl613169@tiscali.nl> on ports
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 25e97347755c..81781d4493ef 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -8,7 +8,8 @@ PORTNAME= GimpUserManual PORTVERSION= 2 CATEGORIES= graphics -MASTER_SITES= ftp://manual.gimp.org/pub/manual/ +MASTER_SITES= http://kefk.net/Open_Source/FS/GIMP/Download/GUM/ \ + http://ftp.nluug.nl/ftp/graphics/gimp/manual/ PKGNAMESUFFIX= -${DOCFORMAT} MAINTAINER= ports@FreeBSD.org |