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/kttcp | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/kttcp')
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 1c27678e37e..1719de35f90 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:24:29 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:08:12 agc Exp $ DISTNAME= kttcp-${VERSION} -WRKSRC= ${WRKDIR} CATEGORIES= benchmarks net MASTER_SITES= # empty DISTFILES= # empty @@ -16,6 +15,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* NetBSD-1.[7-9]* NetBSD-[2-9]* EXTRACT_ONLY= # empty NO_CHECKSUM= # defined +WRKSRC= ${WRKDIR} MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man post-extract: |