diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-06 18:33:28 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-06 18:33:28 +0800 |
commit | 36ed18f3874a650583df14d0f7574fcbe3cf5fe0 (patch) | |
tree | 31211ec0cc6b55b510c1c0f7aaec92b980efd57d /irc/epic4/Makefile | |
parent | ee66d437d2c040e4c03ebd9bce91821c13cd9838 (diff) | |
download | freebsd-ports-gnome-36ed18f3874a650583df14d0f7574fcbe3cf5fe0.tar.gz freebsd-ports-gnome-36ed18f3874a650583df14d0f7574fcbe3cf5fe0.tar.zst freebsd-ports-gnome-36ed18f3874a650583df14d0f7574fcbe3cf5fe0.zip |
Update port to new version, pre2.600.
Submitted by: MAINTAINER <anders@codefactory.se>
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 |