aboutsummaryrefslogtreecommitdiff
path: root/devel/swig20
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 13:21:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 13:21:38 +0000
commita9f22cd5841fc7f59c12a2717351ba54b6383335 (patch)
tree678eb1267f83cca661645841d57f08cb4fa522c0 /devel/swig20
parentfb24f30a20854f860977346120fa151da9d71781 (diff)
downloadports-a9f22cd5841fc7f59c12a2717351ba54b6383335.tar.gz
ports-a9f22cd5841fc7f59c12a2717351ba54b6383335.zip
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Notes
Notes: svn path=/head/; revision=29595
Diffstat (limited to 'devel/swig20')
-rw-r--r--devel/swig20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile
index a5dfd947b260..b805c6b27dcb 100644
--- a/devel/swig20/Makefile
+++ b/devel/swig20/Makefile
@@ -8,11 +8,11 @@
PORTNAME= swig
PORTVERSION= 1.3a2
CATEGORIES= devel python tcl82
-MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/swig/ \
- http://download.sourceforge.net/swig/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/ \
ftp://ftp.python.org/pub/python/contrib/System/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org