Shorten PKGNAME. Check NOMANCOMPRESS.

This commit is contained in:
Satoshi Asami 1996-04-01 07:11:29 +00:00
parent 51b84d9321
commit 2e96b7e4c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2928

View file

@ -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>