diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 07:11:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 07:11:29 +0000 |
commit | 2e96b7e4c092e00ee1e6ace1526759f250141a65 (patch) | |
tree | 6d37984c9c122602d05fdaec2da716dbfb0933a9 /irc | |
parent | Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessary (diff) |
Shorten PKGNAME. Check NOMANCOMPRESS.
Notes
Notes:
svn path=/head/; revision=2928
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> |