diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-12-01 10:07:44 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-12-01 10:07:44 +0000 |
commit | 488d9924c7e3f9d1f3bb08ab645a426b15dd210a (patch) | |
tree | 5e7ad58f77dba915e1d9dc0dde3b86428e1119a5 /irc/epic5/Makefile | |
parent | fad9f98959e854b7493f46175f3937518ae2b667 (diff) | |
download | FreeBSD-ports-488d9924c7e3f9d1f3bb08ab645a426b15dd210a.zip FreeBSD-ports-488d9924c7e3f9d1f3bb08ab645a426b15dd210a.tar.gz |
Update to 4.pre2.400:
Miscellaneous fixes for mostly obscure bugs.
Submitted by: maintainer
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 2d5c44f..2c2efec 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,20 +6,21 @@ # $FreeBSD$ # -DISTNAME= epic-4.pre2.300 +DISTNAME= epic-4.pre2.400 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \ - ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ -DISTFILES= epic4pre2.300.tar.gz epic4pre2-help.tar.gz + ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ \ + ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ +DISTFILES= epic4pre2.400.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@sanyusan.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.300.tar.gz +EXTRACT_ONLY= epic4pre2.400.tar.gz GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.300 +WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.400 MAN1= epic.1 |