diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-01 17:58:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-01 17:58:01 +0800 |
commit | 113a94d6bb649118a53c73eec99198ff3f17f2ee (patch) | |
tree | 578d053c33f0675c876269302b08d5697fee58f4 /x11-toolkits | |
parent | d692a81d8fecf31d90e3e3eef524e97745ecb874 (diff) | |
download | freebsd-ports-gnome-113a94d6bb649118a53c73eec99198ff3f17f2ee.tar.gz freebsd-ports-gnome-113a94d6bb649118a53c73eec99198ff3f17f2ee.tar.zst freebsd-ports-gnome-113a94d6bb649118a53c73eec99198ff3f17f2ee.zip |
- Fix MASTER_SITES
PR: ports/104930
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index a75796822d85..691c79bce930 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -8,8 +8,8 @@ PORTNAME= SoQt PORTVERSION= 1.3.0 CATEGORIES= x11-toolkits -MASTER_SITES= http://ftp.coin3d.org/coin/src/ \ - ftp://ftp.coin3d.org/pub/coin/src/ +MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ + ftp://ftp.coin3d.org/pub/coin/src/all/ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org |