diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-26 15:39:29 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-26 15:39:29 +0000 |
commit | f3d1ec00754c7dbd4f63d916e5f5cf84ba40f60f (patch) | |
tree | 3472e4659184db63ccd2a8c9c56428c2974a86f8 /chat/epic4/Makefile | |
parent | 0e87083ae4c5cc88ddfabbb2dd00d43e808808e3 (diff) | |
download | pkgsrc-f3d1ec00754c7dbd4f63d916e5f5cf84ba40f60f.tar.gz |
Update epic4 to 0.10.1 and use .tar.bz2 distfile instead of .tar.gz one.
Changelog for new version not available in usual place --
http://www.epicsol.org/CHANGELOG says that 0.9.18 is most recent version.
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r-- | chat/epic4/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 4218a4b1502..7f17beedb95 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2001/03/23 09:48:09 zuntum Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/26 15:39:29 zuntum Exp $ # -DISTNAME= epic4-0.9.17 +DISTNAME= epic4-0.10.1 CATEGORIES= chat MASTER_SITES= ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/EPIC4-BETA/ \ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-BETA/ \ ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-BETA/ -DISTFILES= epic4-0.9.17.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ epic4pre2-help.tar.gz +EXTRACT_SUFX= .tar.bz2 # to get USE_INET6 .include "../../mk/bsd.prefs.mk" @@ -24,7 +25,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.epicsol.org/ COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -EXTRACT_ONLY= epic4-0.9.17.tar.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= YES |