diff options
author | dburr <dburr@FreeBSD.org> | 2000-07-25 06:08:26 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-07-25 06:08:26 +0800 |
commit | 49c0b3d1d9ffd2650f52c442f999451771ee2479 (patch) | |
tree | 549dd38f24b62fd149d49bf15554e243a48d1441 /devel/sourcenav/Makefile | |
parent | 84272fcd96dca848a4d3786a5a990b8b7180649f (diff) | |
download | freebsd-ports-gnome-49c0b3d1d9ffd2650f52c442f999451771ee2479.tar.gz freebsd-ports-gnome-49c0b3d1d9ffd2650f52c442f999451771ee2479.tar.zst freebsd-ports-gnome-49c0b3d1d9ffd2650f52c442f999451771ee2479.zip |
* Changed to use the bzip2 compressed file, since it's significantly
smaller than the .gz one.
* Added a few mirror sites, since the main (redhat) site is overloaded
at the moment.
Thanks to:Mikhail Teterin and Dmitry S. Sivachenko for the suggestion.
Diffstat (limited to 'devel/sourcenav/Makefile')
-rw-r--r-- | devel/sourcenav/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index a75edf611f3e..98d1479da5ab 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -8,12 +8,16 @@ PORTNAME= SN PORTVERSION= 4.5.1 CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ +MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ \ + ftp://sourceware.cygnus.com/pub/sourcenav/releases/ \ + ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/sourcenav/releases/ \ + ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/pub/sourcenav/releases/ DISTNAME= SN451 MAINTAINER= dburr@FreeBSD.ORG PREFIX= ${LOCALBASE}/SN +USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes |