diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-05 20:26:46 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-05 20:26:46 +0000 |
commit | dfcd2b4b8dadaff3bf171d5584bc4481dab7eec6 (patch) | |
tree | 5d02ee6c89d42c7685aaa14822021d83677598bd /sysutils/ucspi-tcp/Makefile | |
parent | Change install script.(use .for and .endfor) (diff) |
Update of ports/sysutils/ucspi-tcp's version: 0.80 -> 0.84
PR: ports/8927
Submitted by: Yarema <yds@dppl.com>
Diffstat (limited to 'sysutils/ucspi-tcp/Makefile')
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 395c64a18ca0..d1c991160d51 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -3,10 +3,10 @@ # Date created: 12 June 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.2 1998/07/26 18:33:16 obrien Exp $ +# $Id: Makefile,v 1.3 1998/07/27 00:08:10 steve Exp $ # -DISTNAME= ucspi-tcp-0.80 +DISTNAME= ucspi-tcp-0.84 CATEGORIES= sysutils net MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ @@ -14,13 +14,15 @@ MAINTAINER= dom@myrddin.demon.co.uk NO_PACKAGE= Unsure of djb's license -ALL_TARGET= it man +ALL_TARGET= it INSTALL_TARGET= setup SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" -MAN1= tcpclient.1 tcprules.1 tcpserver.1 +MAN1= tcpclient.1 tcpserver.1 tcprules.1 tcprulescheck.1 \ + fixcr.1 addcr.1 delcr.1 who@.1 date@.1 finger@.1 http@.1 \ + tcpcat.1 mconnect.1 argv0.1 recordio.1 MAN5= tcp-environ.5 .include <bsd.port.mk> |