diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircII/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 4ba4be5f44c4..138be72f7afd 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,10 +3,11 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.8 1995/11/27 04:05:08 asami Exp $ +# $Id: Makefile,v 1.9 1996/03/31 20:25:33 torstenb Exp $ # DISTNAME= ircii-2.8.16beta +PKGNAME= ircii-2.8.16b CATEGORIES+= net MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ @@ -14,7 +15,9 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes +.if !defined(NOMANCOMPRESS) post-install: gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1 +.endif .include <bsd.port.mk> |