diff options
author | rillig <rillig> | 2007-01-18 11:28:00 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-18 11:28:00 +0000 |
commit | b1bd3b35e2a06494be931baaf0f61f41ededf5d5 (patch) | |
tree | bc19961b075e0d32b154f8c01d25cd41e5ea717c | |
parent | 3bf3dc5b8ec0c2d606f1bedbe540e90a658674c3 (diff) | |
download | pkgsrc-b1bd3b35e2a06494be931baaf0f61f41ededf5d5.tar.gz |
Fixed PKGMANDIR.
-rw-r--r-- | benchmarks/ttcp/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/ttcp/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/ttcp/patches/patch-aa | 14 |
3 files changed, 7 insertions, 18 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 5b90ccb4085..321d9f7804e 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/01/07 09:13:48 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/18 11:28:00 rillig Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -13,9 +13,8 @@ COMMENT= TCP testing and performance measuring tool PKG_INSTALLATION_TYPES= overwrite pkgviews -WRKSRC= ${WRKDIR} -MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} \ - MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} +USE_BSD_MAKEFILE= yes +WRKSRC= ${WRKDIR} .include "../../mk/bsd.prefs.mk" diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo index c6f3c587058..9fc85e59136 100644 --- a/benchmarks/ttcp/distinfo +++ b/benchmarks/ttcp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/12/21 11:49:51 tron Exp $ +$NetBSD: distinfo,v 1.11 2007/01/18 11:28:00 rillig Exp $ SHA1 (ttcp.tar.Z) = 33a60af208eff3dc9ae745060f44b24c4e74aa7e RMD160 (ttcp.tar.Z) = b5cb1a8efe0f716d25d58a4950f35bac47b17668 Size (ttcp.tar.Z) = 18163 bytes -SHA1 (patch-aa) = a9717aa9fd5f8cdff1a39c9b7d6ab17abbe399ad +SHA1 (patch-aa) = 4ef0fe369d4836a4de758a4cd62fda4785a471b7 SHA1 (patch-ab) = a4419e0ee02a8b6d30ac13913f45fc9f5f9d7746 diff --git a/benchmarks/ttcp/patches/patch-aa b/benchmarks/ttcp/patches/patch-aa index c2770b2e3a6..624670f4f1d 100644 --- a/benchmarks/ttcp/patches/patch-aa +++ b/benchmarks/ttcp/patches/patch-aa @@ -1,18 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2002/03/26 16:30:03 abs Exp $ +$NetBSD: patch-aa,v 1.3 2007/01/18 11:28:00 rillig Exp $ --- Makefile.orig Tue Mar 26 16:19:05 2002 +++ Makefile -@@ -0,0 +1,13 @@ -+ +@@ -0,0 +1,3 @@ +PROG= ttcp + -+BINDIR=${PREFIX}/bin -+MANDIR=${PREFIX}/man -+ -+MANINSTALL= maninstall catinstall -+ -+.if ${OPSYS} == "Linux" -+CATDEPS= -+.endif -+ +.include <bsd.prog.mk> |