diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-02-28 21:25:41 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-02-28 21:25:41 +0000 |
commit | 017e18cde01bebf99abd68216fc11904a01a3d6d (patch) | |
tree | 625b700b6e2e7ffc2b4e48b4ed1ce7fe4ac26f7a /irc/epic4/Makefile | |
parent | Upgrade 0.5.10 -> 0.5.11 (diff) |
Upgrade to 2.003. Refine selection of MASTER_SITES.
PR: 10311
Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk>
Notes
Notes:
svn path=/head/; revision=16947
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r-- | irc/epic4/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 0833775e9244..a2b9853729ce 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: epic4 -# Version required: 4pre2.001-NR14 +# Version required: 4pre2.003 # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id: Makefile,v 1.10 1999/02/22 03:35:54 steve Exp $ +# $Id: Makefile,v 1.11 1999/02/28 06:41:09 obrien Exp $ # -DISTNAME= ircii-EPIC4pre2.001-NR14 -PKGNAME= epic-4.pre2.001.nr14 +DISTNAME= epic-4.pre2.003 CATEGORIES= net -MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ - ftp://totem.fix.no/pub/mirrors/epic/EPIC4-ALPHA/ \ - ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \ - ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/ -DISTFILES= epic4pre2.001-NR14.tar.gz epic4pre2-help.tar.gz +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.003.tar.gz epic4pre2-help.tar.gz -MAINTAINER= benhutch@xfiles.org.uk -BROKEN= 'distfiles missing from all MASTER_SITES' +MAINTAINER= benhutch@xfiles.org.uk DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.001-NR14.tar.gz +EXTRACT_ONLY= epic4pre2.003.tar.gz GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.003 + +MAN1= epic.1 do-install: cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |