summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorghen <ghen>2006-10-13 10:48:59 +0000
committerghen <ghen>2006-10-13 10:48:59 +0000
commitdd4bd9b5c2c2ff16f659e5f5190c1de89454ab6b (patch)
tree13843acf0ac9d5973e9ce900fc9157f9e538d8af /lang
parent00dc9bfb4a7444fcca10913776534570c2c6a37c (diff)
downloadpkgsrc-dd4bd9b5c2c2ff16f659e5f5190c1de89454ab6b.tar.gz
Pullup ticket 1852 - requested by joerg
build fix for sun-jre14 and -jdk14 Revisions pulled up: - pkgsrc/lang/sun-jre14/Makefile.common 1.32 Module Name: pkgsrc Committed By: joerg Date: Mon Oct 9 07:24:06 UTC 2006 Modified Files: pkgsrc/lang/sun-jre14: Makefile.common Log Message: Set HOME in the extract environment to prevent creation of ${HOME}/.mailcap and resulting breakage of it is not writeable.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jre14/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common
index 14961df1d43..4f3f8045cbe 100644
--- a/lang/sun-jre14/Makefile.common
+++ b/lang/sun-jre14/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2006/07/20 06:52:16 wiz Exp $
+# $NetBSD: Makefile.common,v 1.31.2.1 2006/10/13 10:48:59 ghen Exp $
CATEGORIES= lang java
EXTRACT_SUFX= .bin
@@ -53,6 +53,8 @@ _FETCH_MESSAGE= \
"license, then choose 'Linux self-extracting file'." \
${END_MESSAGE}
+EXTRACT_ENV+= HOME=${WRKDIR}/fake_home
+
.if !empty(PKG_OPTIONS:Msun-jre-jce)
END_MESSAGE= \
"" \