diff options
Diffstat (limited to 'net/ttcp/Makefile')
-rw-r--r-- | net/ttcp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index 8d891a8639e..ba70ee43f99 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: ttcp -# Version required: ??? +# Version required: 1.12 # Date created: 14 December 1997 # Whom: thorpej # -# $NetBSD: Makefile,v 1.8 1998/03/07 13:57:00 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/03/20 22:04:08 frueauf Exp $ # DISTNAME= ttcp @@ -17,9 +17,7 @@ MAINTAINER= thorpej@NetBSD.ORG NO_CONFIGURE= yes NO_WRKSUBDIR= yes -CAT1= ttcp.0 -MAN1= ttcp.1 - -MANCOMPRESSED= 1 +# Do not list MAN/CAT pages here. It will confuse if MANZ is set. +# The pkg uses BSD-style-Makefiles itself, so it does the right thing. .include <bsd.port.mk> |