aboutsummaryrefslogtreecommitdiff
path: root/irc/ircII
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircII')
-rw-r--r--irc/ircII/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index be71d27d8831..8218b28c4907 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -3,12 +3,12 @@
# Date created: 18 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.11 1996/06/17 22:24:20 torstenb Exp $
+# $Id: Makefile,v 1.12 1996/10/28 07:32:37 dima Exp $
#
DISTNAME= ircii-2.9-roof
PKGNAME= ircii-2.9
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
MAINTAINER= torstenb@FreeBSD.ORG
@@ -18,10 +18,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-server="irc.FreeBSD.ORG"
WRKSRC= ${WRKDIR}/${PKGNAME}
-
-.if !defined(NOMANCOMPRESS)
-post-install:
- gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1
-.endif
+MAN1= ircII.1 ircbug.1
.include <bsd.port.mk>