summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-06-18 18:47:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-06-18 18:47:46 +0000
commit61d4edc486d3ee9cf98ab2f484e4e0da6f865739 (patch)
tree05e76a4bf97462382be25e19cfb7a347362114fe /devel/cscope
parentDemo version of Railroad Tyccon II running under Linux emulation. (diff)
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.
Notes
Notes: svn path=/head/; revision=29677
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index b9cf5592ff3c..40e1e2ba4fa2 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