pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre15 Fix error in previous (one too many lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8688a830d78
branches:  trunk
changeset: 481637:a8688a830d78
user:      tv <tv%pkgsrc.org@localhost>
date:      Sat Oct 09 04:34:07 2004 +0000

description:
Fix error in previous (one too many lines deleted from test version).

diffstat:

 lang/sun-jre15/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 17a0ad980201 -r a8688a830d78 lang/sun-jre15/Makefile
--- a/lang/sun-jre15/Makefile   Sat Oct 09 04:19:10 2004 +0000
+++ b/lang/sun-jre15/Makefile   Sat Oct 09 04:34:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/09 04:19:10 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/09 04:34:07 tv Exp $
 
 # Note: Regen distinfo with SUN_JRE15_USE_JCE=YES
 
@@ -33,6 +33,7 @@
 INSTALL_EXTRA_TMPL=    ${PKGDIR}/INSTALL.tmpl
 DEINSTALL_EXTRA_TMPL=  ${PKGDIR}/DEINSTALL.tmpl
 FILES_SUBST+=          JAVA_HOME=${JAVA_HOME:Q}
+FILES_SUBST+=          MACHINE_ARCH=${MACHINE_ARCH:Q}
 
 BUILD_DEFS+=           SUN_JRE15_USE_JCE
 PLIST_SRC=             ${WRKDIR}/PLIST



Home | Main Index | Thread Index | Old Index