From c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 May 2005 01:15:30 +0000 Subject: Note that gtar is required by the package. --- sysutils/cpuburn/Makefile | 4 +++- sysutils/lsof/Makefile | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sysutils') 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" -- cgit v1.2.3