diff options
author | knu <knu@FreeBSD.org> | 2001-06-09 05:00:43 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-09 05:00:43 +0000 |
commit | 0378e3712ae800e67129645174e6d82dab66d29d (patch) | |
tree | 3d208761a1ba23b4c9ed98b715aa2cc55b9676cb /irc/epic5/Makefile | |
parent | 7e263f6a15bdcdfbf78be6982a8df1e3869ed2c5 (diff) | |
download | FreeBSD-ports-0378e3712ae800e67129645174e6d82dab66d29d.zip FreeBSD-ports-0378e3712ae800e67129645174e6d82dab66d29d.tar.gz |
Put ftp.epicsol.org back to MASTER_SITE.
Submitted by: Anders Andersson <anders@codefactory.se> (MAINTAINER)
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 8305b2e..5b0e834 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -9,11 +9,11 @@ PORTNAME= epic4 PORTVERSION= 1.0.1 # Make CATEGORIES overridable for slave ports CATEGORIES?= irc -MASTER_SITES= ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ + ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/%SUBDIR%/ \ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ -# ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ # ftp://ftp.neato.org/pub/epic/%SUBDIR%/ \ # ftp://totem.fix.no/pub/mirrors/epic/%SUBDIR%/ \ # ftp://broken.com/pub/ircii/%SUBDIR%/ |