summaryrefslogtreecommitdiff
path: root/irc/ircII/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-03-31 20:26:00 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-03-31 20:26:00 +0000
commit1c6d44197ba2b683e10dcaf18ed270f9ed05d1d1 (patch)
tree6b9ec3f6358202d7d3626308fb7faf1652b2611b /irc/ircII/Makefile
parentMore missing newlines. (diff)
Upgrade to 2.8.16beta
Notes
Notes: svn path=/head/; revision=2921
Diffstat (limited to 'irc/ircII/Makefile')
-rw-r--r--irc/ircII/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index 31a15b7f8a90..4ba4be5f44c4 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -1,23 +1,20 @@
# New ports collection makefile for: IrcII Client
-# Version required: 2.8.2
+# Version required: 2.8.16beta
# Date created: 18 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.7 1995/05/06 00:32:12 torstenb Exp $
+# $Id: Makefile,v 1.8 1995/11/27 04:05:08 asami Exp $
#
-DISTNAME= ircii-2.8.2
+DISTNAME= ircii-2.8.16beta
CATEGORIES+= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
-DISTFILES= ircii-2.8.2.tar.gz ircii-2.8help.tar.gz
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
- cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
- install -c ${WRKDIR}/${DISTNAME}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
- gzip -9nf ${PREFIX}/man/man1/irc.1
+ gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1
.include <bsd.port.mk>