diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-18 16:36:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-18 16:36:47 +0000 |
commit | 7e0510057385cf44f2f7f9b3015491386c322bd2 (patch) | |
tree | 9378862758755fc64be7dc16bb5d3f18866935a0 /x11-toolkits/qscintilla | |
parent | 2724ae163218b15b8f9b0b162218e0edda14df33 (diff) |
Fix MASTERSITES.
Approved by: Danny Pansters <danny (at) ricin.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=157566
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} |