summaryrefslogtreecommitdiff
path: root/irc/ircII
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /irc/ircII
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
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>