diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 11:35:57 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 11:35:57 +0800 |
commit | 1bf589089a50b1b0e17dcfc9011be228381cb826 (patch) | |
tree | e280b9ab6a13d3e1c67e63c7275a05f24d5799c0 /irc/epic5/Makefile | |
parent | 761049bb8f64ac065c77fa401fb59d8af3ebc082 (diff) | |
download | freebsd-ports-gnome-1bf589089a50b1b0e17dcfc9011be228381cb826.tar.gz freebsd-ports-gnome-1bf589089a50b1b0e17dcfc9011be228381cb826.tar.zst freebsd-ports-gnome-1bf589089a50b1b0e17dcfc9011be228381cb826.zip |
Update to nr14.
PR: 10057
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 7c63b9bb9931..4ceb2b08fd6a 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -1,28 +1,25 @@ # New ports collection makefile for: epic4 -# Version required: 4pre2.001-NR8 +# Version required: 4pre2.001-NR14 # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id: Makefile,v 1.8 1998/12/13 12:39:59 jseger Exp $ +# $Id: Makefile,v 1.9 1999/02/12 07:46:58 flathill Exp $ # -DISTNAME= ircii-EPIC4pre2.001-NR13 -PKGNAME= epic-4.pre2.001.nr13 +DISTNAME= ircii-EPIC4pre2.001-NR14 +PKGNAME= epic-4.pre2.001.nr14 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-NR13.tar.gz epic4pre2-help.tar.gz - -PATCH_SITES= ftp://ftp.pipex.net/people/benhutch/distfiles/epic4/ -PATCHFILES= epic4pre2.001-NR13-patch1 epic4pre2.001-NR13-patch2 +DISTFILES= epic4pre2.001-NR14.tar.gz epic4pre2-help.tar.gz MAINTAINER= benhutch@xfiles.org.uk DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.001-NR13.tar.gz +EXTRACT_ONLY= epic4pre2.001-NR14.tar.gz GNU_CONFIGURE= yes do-install: |