summaryrefslogtreecommitdiff
path: root/irc/epic5/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 07:46:58 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 07:46:58 +0000
commitd632cde893538a6b0c8bf04e3e04e2518edeaede (patch)
tree2934efbef810af9fa57d690a777048e342237be1 /irc/epic5/Makefile
parentSecond-from-last INDEX before 3.1 release. (diff)
Update to epic-4.pre2.001.nr13
PR: ports/10040 Submitter-by: benhutch@xfiles.org.uk
Notes
Notes: svn path=/head/; revision=16647
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r--irc/epic5/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 822ef556a1de..7c63b9bb9931 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -3,27 +3,26 @@
# Date created: 11 November 1998
# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
#
-# $Id$
+# $Id: Makefile,v 1.8 1998/12/13 12:39:59 jseger Exp $
#
-DISTNAME= ircii-EPIC4pre2.001-NR9
-PKGNAME= epic-4.pre2.001.nr9
+DISTNAME= ircii-EPIC4pre2.001-NR13
+PKGNAME= epic-4.pre2.001.nr13
CATEGORIES= net
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/ \
- ftp://ftp.acronet.net/pub/ircii/ \
+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-NR9.tar.gz epic4pre2-help.tar.gz
+DISTFILES= epic4pre2.001-NR13.tar.gz epic4pre2-help.tar.gz
-PATCH_SITES= ftp://ftp.epicsol.org/pub/epic/ \
- ftp://ftp.acronet.net/pub/ircii/ \
- ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \
- ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/
-PATCHFILES= epic4pre2.001-NR9-patch1
+PATCH_SITES= ftp://ftp.pipex.net/people/benhutch/distfiles/epic4/
+PATCHFILES= epic4pre2.001-NR13-patch1 epic4pre2.001-NR13-patch2
MAINTAINER= benhutch@xfiles.org.uk
-EXTRACT_ONLY= epic4pre2.001-NR9.tar.gz
+DIST_SUBDIR= epic4
+
+EXTRACT_ONLY= epic4pre2.001-NR13.tar.gz
GNU_CONFIGURE= yes
do-install:
@@ -31,6 +30,6 @@ do-install:
INSTALL_DATA="${INSTALL_DATA}" install
post-install:
- cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/epic4pre2-help.tar.gz
+ cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz
.include <bsd.port.mk>