diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-20 23:55:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-20 23:55:02 +0000 |
commit | ce1a2e03618bafe7a634cdf0727c979e117013cb (patch) | |
tree | a391fee514c56a404ed0bb69b618c1b4a035f335 /lang | |
parent | 7fad9ee05a5d17c33981679929cacc42f4ae6073 (diff) | |
download | pkgsrc-ce1a2e03618bafe7a634cdf0727c979e117013cb.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.common | 4 |
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} |