diff options
author | demon <demon@FreeBSD.org> | 2001-07-04 09:07:11 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-07-04 09:07:11 +0000 |
commit | a4b1408756da325b19360da0153e22c352081422 (patch) | |
tree | 7070b1eaaa29a36909480f5c8ff02f92b071377e /x11-toolkits/qt31 | |
parent | 32787c8f1c083d08889bc7d904ff0a147cd2675e (diff) | |
download | FreeBSD-ports-a4b1408756da325b19360da0153e22c352081422.zip FreeBSD-ports-a4b1408756da325b19360da0153e22c352081422.tar.gz |
Add one more MASTER_SITE.
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 82f0a06..034221d 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -8,7 +8,8 @@ PORTNAME?= qt PORTVERSION?= 2.3.1 CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ +MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ + ftp://ftp.chg.ru/pub/X11/qt/source/ DISTNAME= qt-x11-${PORTVERSION} MAINTAINER= will@FreeBSD.org |