summaryrefslogtreecommitdiff
path: root/lang/japhar
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 03:04:44 +0000
committerjlam <jlam>2005-05-16 03:04:44 +0000
commit43c47c1b47887ef8bc7dd2962e4fc3732705a948 (patch)
treeb4a01b61c27a7220ff7f5134cb7652ae5ab80571 /lang/japhar
parente3f34cf3b94d75c39bb593e4765fd3331b249330 (diff)
downloadpkgsrc-43c47c1b47887ef8bc7dd2962e4fc3732705a948.tar.gz
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.
Diffstat (limited to 'lang/japhar')
-rw-r--r--lang/japhar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile
index 4fd77c618db..c816f7a105d 100644
--- a/lang/japhar/Makefile
+++ b/lang/japhar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/11/13 22:04:53 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/16 03:04:45 jlam Exp $
#
DISTNAME= japhar-0.08
@@ -23,6 +23,6 @@ INFO_FILES= japhar.info
.include "../../mk/bsd.prefs.mk"
# The japhar tar archive uses ././@LongLink GNU tar hacks
-.undef EXTRACT_USING_PAX
+EXTRACT_USING= gtar
.include "../../mk/bsd.pkg.mk"