diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-19 00:36:47 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-19 00:36:47 +0800 |
commit | d4a32830f71e8a8f92a7ae5af330e5134577813b (patch) | |
tree | 087c425ee7b35b03e9a852baac376f9b80f64518 /x11-toolkits/qscintilla | |
parent | 09bdbb17bfca7b84ed002f0b8e034f826df2c0f0 (diff) | |
download | freebsd-ports-gnome-d4a32830f71e8a8f92a7ae5af330e5134577813b.tar.gz freebsd-ports-gnome-d4a32830f71e8a8f92a7ae5af330e5134577813b.tar.zst freebsd-ports-gnome-d4a32830f71e8a8f92a7ae5af330e5134577813b.zip |
Fix MASTERSITES.
Approved by: Danny Pansters <danny (at) ricin.com> (maintainer)
Diffstat (limited to 'x11-toolkits/qscintilla')
-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 84ddc64c2e8b..e7d0b7b7f3d0 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} |