diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /irc | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 8 | ||||
-rw-r--r-- | irc/ircII/Makefile | 10 | ||||
-rw-r--r-- | irc/zircon/Makefile | 4 |
3 files changed, 8 insertions, 14 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 006bdec3a4b2..938af98c1429 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -3,12 +3,12 @@ # Date created: 23 August 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/11/27 04:05:02 asami Exp $ +# $Id: Makefile,v 1.10 1996/06/14 08:52:47 asami Exp $ # DISTNAME= irc2.8.21 PKGNAME= irc-2.8.21 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/ MAINTAINER= torstenb@FreeBSD.ORG @@ -18,11 +18,9 @@ MAINTAINER= torstenb@FreeBSD.ORG # Restrictive copyright in irc2.8.21/ircd/res.c RESTRICTED= "No redistribution allowed." +MAN8= ircd.8 pre-install: mkdir -p ${PREFIX}/lib/ircd -post-install: - gzip -9nf ${PREFIX}/man/man8/ircd.8 - .include <bsd.port.mk> diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index be71d27d8831..8218b28c4907 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> diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index b8716e670092..2a75dd7dca52 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.7 1996/08/16 12:24:55 peter Exp $ +# $Id: Makefile,v 1.8 1996/08/17 11:07:53 peter Exp $ # DISTNAME= zircon-1.17p3 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ # |