summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-07 13:57:00 +0000
committertron <tron@pkgsrc.org>1998-03-07 13:57:00 +0000
commit192eeebf0c68d3d5bede23c2af568eba6c0a2913 (patch)
tree454346ca64e1b49508da69bf4142954706ad0c20
parent13dc7a47a0dd6848b5b2e9cb2d8e05fa6cb416f6 (diff)
downloadpkgsrc-192eeebf0c68d3d5bede23c2af568eba6c0a2913.tar.gz
Fix manual page compression
-rw-r--r--benchmarks/bonnie/Makefile5
-rw-r--r--benchmarks/bonnie/patches/patch-ab6
-rw-r--r--net/ttcp/Makefile6
-rw-r--r--net/ttcp/patches/patch-aa8
-rw-r--r--net/ttcp/pkg/PLIST3
5 files changed, 14 insertions, 14 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 419545ed7a4..06e3334a8d6 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: se
#
-# $NetBSD: Makefile,v 1.3 1998/02/28 18:14:09 tron Exp $
+# $NetBSD: Makefile,v 1.4 1998/03/07 13:58:27 tron Exp $
# $FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -20,10 +20,7 @@ NO_CONFIGURE= yes
CAT1= bonnie.0
MAN1= bonnie.1
-# MANZ is handled automatically
-.if defined(MANZ)
MANCOMPRESSED= 1
-.endif
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
diff --git a/benchmarks/bonnie/patches/patch-ab b/benchmarks/bonnie/patches/patch-ab
index 8a94a62b727..3319d1b35ac 100644
--- a/benchmarks/bonnie/patches/patch-ab
+++ b/benchmarks/bonnie/patches/patch-ab
@@ -1,6 +1,6 @@
--- Makefile.orig Wed Aug 21 17:19:11 1991
-+++ Makefile Sat Feb 28 18:59:23 1998
-@@ -1,7 +1,7 @@
++++ Makefile Sat Mar 7 13:36:58 1998
+@@ -1,7 +1,9 @@
-CC = cc
-CFLAGS = -O2
@@ -11,4 +11,6 @@
+MANDIR=${PREFIX}/man
-Bonnie:
++MANZ= 1
++
+.include <bsd.prog.mk>
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile
index 1ed19706663..8d891a8639e 100644
--- a/net/ttcp/Makefile
+++ b/net/ttcp/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 December 1997
# Whom: thorpej
#
-# $NetBSD: Makefile,v 1.7 1998/03/05 15:18:23 tron Exp $
+# $NetBSD: Makefile,v 1.8 1998/03/07 13:57:00 tron Exp $
#
DISTNAME= ttcp
@@ -17,11 +17,9 @@ MAINTAINER= thorpej@NetBSD.ORG
NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
+CAT1= ttcp.0
MAN1= ttcp.1
-# MANZ is handled automatically
-.if defined(MANZ)
MANCOMPRESSED= 1
-.endif
.include <bsd.port.mk>
diff --git a/net/ttcp/patches/patch-aa b/net/ttcp/patches/patch-aa
index 46265baaf2d..7433b9ee798 100644
--- a/net/ttcp/patches/patch-aa
+++ b/net/ttcp/patches/patch-aa
@@ -1,10 +1,12 @@
---- /dev/null Sat Feb 28 19:53:22 1998
-+++ Makefile Sat Feb 28 19:54:28 1998
-@@ -0,0 +1,7 @@
+--- Makefile.orig Sat Mar 7 13:39:48 1998
++++ Makefile Sat Mar 7 13:40:07 1998
+@@ -0,0 +1,9 @@
+
+PROG= ttcp
+
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man
+
++MANZ= 1
++
+.include <bsd.prog.mk>
diff --git a/net/ttcp/pkg/PLIST b/net/ttcp/pkg/PLIST
index 160c51c9af0..ae0e886af72 100644
--- a/net/ttcp/pkg/PLIST
+++ b/net/ttcp/pkg/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 1997/12/14 23:59:30 thorpej Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/03/07 13:57:00 tron Exp $
bin/ttcp
+man/cat1/ttcp.0
man/man1/ttcp.1