From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- benchmarks/ttcp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'benchmarks/ttcp') diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index bb7bc3161a6..aa17b3efa16 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:24:36 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:08:12 agc Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= benchmarks net MASTER_SITES= http://www.ccci.com/tools/ttcp/ EXTRACT_SUFX= .tar.Z @@ -12,6 +11,8 @@ MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://www.ccci.com/tools/ttcp/ COMMENT= TCP testing and performance measuring tool +WRKSRC= ${WRKDIR} + .include "../../mk/bsd.prefs.mk" MANCOMPRESSED_IF_MANZ= YES -- cgit v1.2.3