diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /sysutils | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 40f88cddc71..073e7adc3f3 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/09/29 22:05:11 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:33 jlam Exp $ # DISTNAME= cpuburn_1_4 @@ -15,6 +15,8 @@ COMMENT= CPU load testing utilities for Pentium pro and later ONLY_FOR_PLATFORM= *-*-i[3456]86 EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${GTAR} -xf - +PKGSRC_USE_TOOLS+= gtar + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} do-install: diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 187a61628cb..7d011394f9c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2005/04/11 21:47:25 tv Exp $ +# $NetBSD: Makefile,v 1.83 2005/05/16 01:15:33 jlam Exp $ # DISTNAME= lsof_4.74 @@ -32,6 +32,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" +.if !defined(EXTRACT_USING_PAX) +PKGSRC_USE_TOOLS+= gtar +.endif + .if ${OPSYS} == "NetBSD" REAL_GROUP= -g kmem .elif ${OPSYS} == "SunOS" |