diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-31 06:10:57 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-31 06:10:57 +0000 |
commit | 44e8f1a6f33ddcd81455678077a1b8ea688a95fb (patch) | |
tree | f86ff4cdf7762d333615a93fdb24588075114d9c /irc/epic5/Makefile | |
parent | ec8861a1689940fcb760ea58a20fbd91fc8b2a00 (diff) | |
download | ports-44e8f1a6f33ddcd81455678077a1b8ea688a95fb.tar.gz ports-44e8f1a6f33ddcd81455678077a1b8ea688a95fb.zip |
Notes
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index c1d4bed654fc..c0accd3038dc 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ -DISTFILES= epic4-0.9.1.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4-0.9.2.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4-0.9.1.tar.gz -WRKSRC= ${WRKDIR}/epic4-0.9.1 +EXTRACT_ONLY= epic4-0.9.2.tar.gz +WRKSRC= ${WRKDIR}/epic4-0.9.2 GNU_CONFIGURE= yes MAN1= epic.1 |