diff options
-rw-r--r-- | net/ttcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index ac65ad9b29c..16beac760fd 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1997/12/14 23:59:26 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 1997/12/29 04:18:05 hubertf Exp $ # # New ports collection makefile for: ttcp # Version required: ??? @@ -17,6 +17,8 @@ EXTRACT_BEFORE_ARGS=-C ttcp -xf MAINTAINER= thorpej@NetBSD.ORG +MAN1= ttcp.1 + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${PREFIX}/man/man1 |