diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /benchmarks/ttcp | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r-- | benchmarks/ttcp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |