diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:53:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:53:41 +0000 |
commit | be836738f049daadae58ff02b426b4007d805514 (patch) | |
tree | d6af0ca657807e3a1b20804f3119267c7a7fc52a /lang/sun-jre7/Makefile | |
parent | ac4b50b1739e878cd80bdc46491b8ece97cd4ba8 (diff) | |
download | pkgsrc-be836738f049daadae58ff02b426b4007d805514.tar.gz |
define JDK7 Update number in Makefile.common and use it.
Diffstat (limited to 'lang/sun-jre7/Makefile')
-rw-r--r-- | lang/sun-jre7/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/sun-jre7/Makefile b/lang/sun-jre7/Makefile index f08ae1fdeb1..f16495dd2f6 100644 --- a/lang/sun-jre7/Makefile +++ b/lang/sun-jre7/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.20 2014/02/11 09:12:12 obache Exp $ +# $NetBSD: Makefile,v 1.21 2014/03/02 09:53:41 obache Exp $ # Note: Regen distinfo with PKG_OPTIONS.sun-jre7+=sun-jre-jce # Note: Update DOWNLOAD_NAME when you update the JRE version # Note: This needs to be kept in sync with the sun-jdk7 package # Note: If you make makesum, make sure that you include both archs in distinfo -DISTNAME= jre-7u51-${DIST_OS}-${DIST_ARCH} -PKGNAME= sun-jre7-7.0.51 +DISTNAME= jre-7u${UPDATE_NUMBER}-${DIST_OS}-${DIST_ARCH} +PKGNAME= sun-jre7-7.0.${UPDATE_NUMBER} MASTER_SITES= # empty LICENSE= oracle-binary-code-license -DOWNLOAD_NAME= Java Runtime Environment (JRE) 7u51 +DOWNLOAD_NAME= Java Runtime Environment (JRE) 7u${UPDATE_NUMBER} USE_TOOLS+= pax -WRKSRC= ${WRKDIR}/jre1.7.0_51 +WRKSRC= ${WRKDIR}/jre1.7.0_${UPDATE_NUMBER} JAVA_WRAPPERS= java javaws keytool orbd policytool rmid rmiregistry \ servertool tnameserv REQD_DIRS= ${JAVA_HOME} |