summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-20 23:55:02 +0000
committerjlam <jlam@pkgsrc.org>2006-01-20 23:55:02 +0000
commit338850bba17c8387a47daf9dcfad80bb13948b8a (patch)
treea391fee514c56a404ed0bb69b618c1b4a035f335 /lang
parent167f13de0cf90b8bd06c23a5ab852151470772b0 (diff)
downloadpkgsrc-338850bba17c8387a47daf9dcfad80bb13948b8a.tar.gz
Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementation
of how distfiles are extracted. EXTRACT_ENV is a more generic name and will be applicable for all extraction commands.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jre15/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common
index 1c0e5f7651b..1de69f4cf10 100644
--- a/lang/sun-jre15/Makefile.common
+++ b/lang/sun-jre15/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/12/12 14:43:25 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2006/01/20 23:55:02 jlam Exp $
CATEGORIES= lang java
COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -30,7 +30,7 @@ MESSAGE_SUBST+= JAVA_HOME=${JAVA_HOME:Q}
# the following forces compression of jarfiles, which is a huge disk
# space win and trivial to no speed reduction in the face of the
# new class sharing in J2SE 5.0... -tvierling
-EXTRACT_ENV.bin+= UNPACK200_FLAGS=-Htrue
+EXTRACT_ENV+= UNPACK200_FLAGS=-Htrue
NO_MTREE= yes # since we change PREFIX
LDD= ${TRUE}