summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-29 04:18:05 +0000
committerhubertf <hubertf>1997-12-29 04:18:05 +0000
commitdcdd959ff86ed61c1c6275e2d0cb625c210b3266 (patch)
treeb0ad5f34e5911c6437aaeca8c8aa7bb7d2875e16 /net
parentecead2d699807f56f5899fe383d34b125985d5be (diff)
downloadpkgsrc-dcdd959ff86ed61c1c6275e2d0cb625c210b3266.tar.gz
Add MAN1
Diffstat (limited to 'net')
-rw-r--r--net/ttcp/Makefile4
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