summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-03-20 22:04:08 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-03-20 22:04:08 +0000
commitb086b2614110dfe3f4ead996c6e7b2d7fb96d105 (patch)
treebfdae61201594a6990b4f5c2a919d72efe72fa7c /net
parent2d0a3c617d567d4d88366e6632f42a17f0a713fb (diff)
downloadpkgsrc-b086b2614110dfe3f4ead996c6e7b2d7fb96d105.tar.gz
Handle MANZ and MANINSTALL case better.
Diffstat (limited to 'net')
-rw-r--r--net/ttcp/Makefile10
-rw-r--r--net/ttcp/patches/patch-aa2
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>