diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-18 18:47:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-18 18:47:46 +0000 |
commit | be90ae25a62314b970ba75111a5d76a1b322be92 (patch) | |
tree | a80d1cebafa716af4ca4e89c70152d638689eef0 /devel/cscope | |
parent | 398da6dff9238fadcbb55b5187f972ba2990bf8a (diff) | |
download | FreeBSD-ports-be90ae25a62314b970ba75111a5d76a1b322be92.zip FreeBSD-ports-be90ae25a62314b970ba75111a5d76a1b322be92.tar.gz |
Do not use MASTER_SITE_SOURCEFORGE as it buys us nothing. There are is
only one sourceforge.net distribution machine. So there is no reason to
override MASTER_SITE_SOURCEFORGE due to a closer (net-wise) mirror.
Using MASTER_SITE_SOURCEFORGE slows me down in checking for updates to
cscope.
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index b9cf559..40e1e2b 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -9,8 +9,8 @@ PORTNAME= cscope PORTVERSION= 15.0.bl2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/cscope/ \ + http://download.sourceforge.net/cscope/ DISTNAME= ${PORTNAME}-15.0bl2 MAINTAINER= obrien@FreeBSD.org |