diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-12 15:05:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-12 15:05:42 +0800 |
commit | cf00d616632b3487a92f526b3d12876dcc133fa5 (patch) | |
tree | bddf92a7d97ce362836aaf5473083d6835895bbe /editors/gphpedit | |
parent | 6ffe2669e966433ae3be629bd51bfd5aa24a39eb (diff) | |
download | freebsd-ports-gnome-cf00d616632b3487a92f526b3d12876dcc133fa5.tar.gz freebsd-ports-gnome-cf00d616632b3487a92f526b3d12876dcc133fa5.tar.zst freebsd-ports-gnome-cf00d616632b3487a92f526b3d12876dcc133fa5.zip |
[ maintainer ] fix fetching by adding an additional MASTER_SITES
gphpedit.org is down now, so I've googled for another
MASTER_SITES.
PR: ports/76127
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'editors/gphpedit')
-rw-r--r-- | editors/gphpedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index 73e71eef2571..33e238477151 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -8,7 +8,9 @@ PORTNAME= gphpedit PORTVERSION= 0.9.50 CATEGORIES= editors gnome -MASTER_SITES= http://www.gphpedit.org/download/store/ +MASTER_SITES= http://www.gphpedit.org/download/store/ \ + http://ftp.ceid.upatras.gr/pub/linux/gentoo/distfiles/ \ + http://www.jolupatech.info/crux/gphpedit/ MAINTAINER= bogorodskiy@inbox.ru COMMENT= PHP, HTML and CSS development environment for GNOME 2.x |