diff options
-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 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 |