diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-10-10 02:59:48 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-10-10 02:59:48 +0800 |
commit | c61dd54bb5710057c5e0ef735368ab45080d4d9b (patch) | |
tree | 0beb7a13c9e1be06ec7d92b5501e920e993f80cd /graphics/imlib2/Makefile | |
parent | 62050769902ebc8c3d46e18d56e0a652986b2690 (diff) | |
download | freebsd-ports-gnome-c61dd54bb5710057c5e0ef735368ab45080d4d9b.tar.gz freebsd-ports-gnome-c61dd54bb5710057c5e0ef735368ab45080d4d9b.tar.zst freebsd-ports-gnome-c61dd54bb5710057c5e0ef735368ab45080d4d9b.zip |
The current primary MASTER_SITE uses a redirection (http 302) to another
site. Use that site directly, since the default FETCH_CMD ("fetch -A")
will not follow redirects.
No md5 changes.
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index a2ef2c67df94..3c3fd05bd8db 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -8,7 +8,7 @@ PORTNAME= imlib2 PORTVERSION= 1.0.4 CATEGORIES= graphics -MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ +MASTER_SITES= http://www.nl.rasterman.com/files/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment |