summaryrefslogtreecommitdiffstats
path: root/irc/ircII
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerasami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit55d005face1453b1b4a2060d200b23e7a8724bc6 (patch)
tree57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /irc/ircII
parente17062778b44808fb41055bba34741677ec69abc (diff)
downloadFreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip
FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 be71d27..8218b28 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>
OpenPOWER on IntegriCloud