diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-22 10:49:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-22 10:49:48 +0800 |
commit | 41017d6ba364e7c8e196096bb8736a47fc227651 (patch) | |
tree | 61dc26634c5f4de2541300ba12716aa5bc1b16d3 /math | |
parent | 72513346d043f1006259fa8a1f2a7e450c10f713 (diff) | |
download | freebsd-ports-gnome-41017d6ba364e7c8e196096bb8736a47fc227651.tar.gz freebsd-ports-gnome-41017d6ba364e7c8e196096bb8736a47fc227651.tar.zst freebsd-ports-gnome-41017d6ba364e7c8e196096bb8736a47fc227651.zip |
Sanitize MASTER_SITES.
Diffstat (limited to 'math')
-rw-r--r-- | math/glove/Makefile | 3 | ||||
-rw-r--r-- | math/thx_1138/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/glove/Makefile b/math/glove/Makefile index 4a05731a4ffd..8fad5653505d 100644 --- a/math/glove/Makefile +++ b/math/glove/Makefile @@ -8,7 +8,8 @@ PORTNAME= glove PORTVERSION= 1.0.1 CATEGORIES= math -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/glove/source/ +MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/glove/source/ \ + ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ DISTNAME= Glove_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile index 278ef044fe09..dc7cc8fc4930 100644 --- a/math/thx_1138/Makefile +++ b/math/thx_1138/Makefile @@ -8,7 +8,8 @@ PORTNAME= thx_1138 PORTVERSION= 1.0.5 CATEGORIES= math -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/thx/source/ +MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/thx/source/ \ + ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ DISTNAME= ${PORTNAME:S,_,-,}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |