diff options
author | frueauf <frueauf> | 1998-03-20 22:04:08 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-20 22:04:08 +0000 |
commit | d3d432e51af02008c4ba4d252a59987491f87675 (patch) | |
tree | bfdae61201594a6990b4f5c2a919d72efe72fa7c /net/ttcp | |
parent | 639b82cef366ec3857f114bfb1f7affffcea6043 (diff) | |
download | pkgsrc-d3d432e51af02008c4ba4d252a59987491f87675.tar.gz |
Handle MANZ and MANINSTALL case better.
Diffstat (limited to 'net/ttcp')
-rw-r--r-- | net/ttcp/Makefile | 10 | ||||
-rw-r--r-- | net/ttcp/patches/patch-aa | 2 |
2 files changed, 5 insertions, 7 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> diff --git a/net/ttcp/patches/patch-aa b/net/ttcp/patches/patch-aa index 7433b9ee798..9eded3601ff 100644 --- a/net/ttcp/patches/patch-aa +++ b/net/ttcp/patches/patch-aa @@ -7,6 +7,6 @@ +BINDIR=${PREFIX}/bin +MANDIR=${PREFIX}/man + -+MANZ= 1 ++MANINSTALL= maninstall catinstall + +.include <bsd.prog.mk> |