diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-03-19 12:30:46 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-03-19 12:30:46 +0000 |
commit | b8fe80b4953caa9ce342027c7396ec5680e33e6b (patch) | |
tree | 235a2bea65bc5b5dfbaa032ba860a07b8bd0879d /x11/qt3-libs | |
parent | 3a661f54d076d17e1ea2dee6219eeb97ccee3d31 (diff) | |
download | pkgsrc-b8fe80b4953caa9ce342027c7396ec5680e33e6b.tar.gz |
Add an HTTP mirror, for FTP-less sites.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index f467fca115c..f76d9b1a035 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.63 2007/02/22 19:27:27 wiz Exp $ +# $NetBSD: Makefile.common,v 1.64 2007/03/19 12:30:46 dsainty Exp $ DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.bero.org/pub/qt/source/ + ftp://ftp.bero.org/pub/qt/source/ \ + http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/ EXTRACT_SUFX= .tar.bz2 .include "../../x11/qt3/Makefile.common" |