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 /sysutils/cpuburn | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'sysutils/cpuburn')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 8e585237199..dfdf4fad012 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2002/10/08 11:48:11 abs Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:42:26 jmmv Exp $ # DISTNAME= cpuburn_1_4 PKGNAME= cpuburn-1.4 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= sysutils MASTER_SITES= http://users.ev1.net/~redelm/ EXTRACT_SUFX= _tar.gz @@ -14,7 +15,6 @@ COMMENT= CPU load testing utilities for Pentium pro and later ONLY_FOR_PLATFORM= *-*-i[3456]86 EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${GTAR} -xf - -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/burnBX ${PREFIX}/bin/burnBX |