aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircII/Makefile
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1996-04-01 04:26:00 +0800
committertorstenb <torstenb@FreeBSD.org>1996-04-01 04:26:00 +0800
commit91df279c4867375aa42ab791ed67569cf2ac4d54 (patch)
treeac0359820b7e41a9beedc4d849f95f07f2667a3c /irc/ircII/Makefile
parentad8b4f27ce071e94ac211011b29916d5816c603e (diff)
downloadfreebsd-ports-gnome-91df279c4867375aa42ab791ed67569cf2ac4d54.tar.gz
freebsd-ports-gnome-91df279c4867375aa42ab791ed67569cf2ac4d54.tar.zst
freebsd-ports-gnome-91df279c4867375aa42ab791ed67569cf2ac4d54.zip
Upgrade to 2.8.16beta
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>