diff options
author | asami <asami@FreeBSD.org> | 1996-04-01 15:11:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-01 15:11:29 +0800 |
commit | 84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a (patch) | |
tree | 04de6ca491eb0b558c9995f0ead4c09925aaee46 /irc | |
parent | 9bd66dcad6127117db423461456105def63ad22c (diff) | |
download | freebsd-ports-gnome-84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a.tar.gz freebsd-ports-gnome-84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a.tar.zst freebsd-ports-gnome-84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a.zip |
Shorten PKGNAME. Check NOMANCOMPRESS.
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> |