diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-18 16:36:47 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-18 16:36:47 +0000 |
commit | d4a32830f71e8a8f92a7ae5af330e5134577813b (patch) | |
tree | 087c425ee7b35b03e9a852baac376f9b80f64518 /x11-toolkits | |
parent | 09bdbb17bfca7b84ed002f0b8e034f826df2c0f0 (diff) | |
download | FreeBSD-ports-d4a32830f71e8a8f92a7ae5af330e5134577813b.zip FreeBSD-ports-d4a32830f71e8a8f92a7ae5af330e5134577813b.tar.gz |
Fix MASTERSITES.
Approved by: Danny Pansters <danny (at) ricin.com> (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qscintilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile index 84ddc64..e7d0b7b 100644 --- a/x11-toolkits/qscintilla/Makefile +++ b/x11-toolkits/qscintilla/Makefile @@ -8,7 +8,7 @@ PORTNAME= qscintilla PORTVERSION= 1.6 PORTREVISION= CATEGORIES= x11-toolkits -MASTER_SITES= http://www.river-bank.demon.co.uk/download/QScintilla/ \ +MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla1/ \ http://freebsd.ricin.com/ports/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}5-gpl-${PORTVERSION} |