diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-06 10:33:28 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-06 10:33:28 +0000 |
commit | fe019116f1f3681c7d0f65e18d4abff07fceddbf (patch) | |
tree | 460619a1c14242854aae9ff046e63ad274156fca /irc/epic4/Makefile | |
parent | Update MAINTAINER's e-mail address. (diff) |
Update port to new version, pre2.600.
Submitted by: MAINTAINER <anders@codefactory.se>
Notes
Notes:
svn path=/head/; revision=30267
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r-- | irc/epic4/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index c56f7088fa01..698893f6efe7 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= 2000 +PORTVERSION= pre2.600 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/ \ - ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ -DISTFILES= epic4-2000.tar.gz epic4pre2-help.tar.gz + ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ \ + ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ +DISTFILES= epic4pre2.600.tar.gz epic4pre2-help.tar.gz -MAINTAINER= anders@sanyusan.se +MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4-2000.tar.gz +EXTRACT_ONLY= epic4pre2.600.tar.gz +WRKSRC= ${WRKDIR}/epic4pre2.600 GNU_CONFIGURE= yes MAN1= epic.1 |