diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 21:11:49 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 21:11:49 +0000 |
commit | 932703eb65e44dba1b1a105a37f8caeffb1cce2a (patch) | |
tree | 37a5501ac4ad24d05ec5ec8f99c65bc6317e8187 /x11-toolkits | |
parent | d836c8f63c290b83399858ad8b98160f6f14ff4c (diff) | |
download | ports-932703eb65e44dba1b1a105a37f8caeffb1cce2a.tar.gz ports-932703eb65e44dba1b1a105a37f8caeffb1cce2a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fl_editor/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/fl_editor/Makefile b/x11-toolkits/fl_editor/Makefile index 5d08e2c0f5ab..e126922a77aa 100644 --- a/x11-toolkits/fl_editor/Makefile +++ b/x11-toolkits/fl_editor/Makefile @@ -8,8 +8,11 @@ PORTNAME= fl_editor PORTVERSION= 0.4 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mirrors/mysql/Downloads/mysqlgui +MASTER_SITES= http://www.mysql.com/Downloads/%SUBDIR%/ \ + ftp://mysql.nixc.net/pub/mysql/Downloads/%SUBDIR%/ \ + ftp://sunsite.dk/ftp/mirrors/mysql/Downloads/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/ +MASTER_SITE_SUBDIR= mysqlgui MAINTAINER= cyrille.lefevre@laposte.net |