diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /net/iperf | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'net/iperf')
-rw-r--r-- | net/iperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 1594399ba05..11ac97e4c02 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/27 13:13:55 seb Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:57 jmmv Exp $ # DISTNAME= iperf-1.6.5-source PKGNAME= ${DISTNAME:C/-source//} +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= net MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ @@ -12,7 +13,6 @@ COMMENT= TCP and UDP bandwidth performance measurement tool NOT_FOR_PLATFORM= *-*-sparc64 # internal g++ error -WRKSRC= ${WRKDIR}/${PKGNAME} USE_BUILDLINK2= YES CONFIGURE_DIRS= ${WRKSRC}/cfg INSTALL_DIRS= ${WRKSRC}/src |