diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-22 22:24:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-22 22:24:29 +0000 |
commit | 0f6ccc0f470fa0c2a1a5b8df80682d19da7e2306 (patch) | |
tree | acd56f8eaedeff31abb19c6a7f733ded5c2b42b9 /x11-toolkits/qt30 | |
parent | Muh released an update with a critical format string correction (diff) |
Use KDE mirrors, not my main site. Ugh.
Notes
Notes:
svn path=/head/; revision=58010
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 4c83a3635914..dc35457e7824 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -9,7 +9,8 @@ PORTNAME?= qt PORTVERSION?= 3.0.3 PORTREVISION= 1 CATEGORIES?= x11-toolkits -MASTER_SITES= http://www.csociety.org/~will/kde/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/3.0/src DISTNAME= qt-copy-${PORTVERSION} DIST_SUBDIR= KDE |