From 43c47c1b47887ef8bc7dd2962e4fc3732705a948 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 May 2005 03:04:44 +0000 Subject: Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles. --- www/p5-HTML-Scrubber/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/p5-HTML-Scrubber') diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile index e5db05b4ca5..601111c0f8d 100644 --- a/www/p5-HTML-Scrubber/Makefile +++ b/www/p5-HTML-Scrubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:56 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/16 03:04:45 jlam Exp $ # DISTNAME= HTML-Scrubber-0.08 @@ -14,7 +14,7 @@ DEPENDS+= p5-HTML-Parser>=3:../../www/p5-HTML-Parser USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Scrubber/.packlist -EXTRACT_USING_PAX= YES +EXTRACT_USING= pax .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3