diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-02 18:03:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-02 18:03:20 +0000 |
commit | 297d75b1950fe27c0b9d6d369c93b15dbbaea0ab (patch) | |
tree | 6f0aa45d99985f7d83f7a299630bbae1cf8c7d84 /lang/sun-jre7 | |
parent | 331a0571ee7f6dbf1dc5f959b1d3fb80e791efc1 (diff) | |
download | pkgsrc-297d75b1950fe27c0b9d6d369c93b15dbbaea0ab.tar.gz |
Match distfile.
Diffstat (limited to 'lang/sun-jre7')
-rw-r--r-- | lang/sun-jre7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre7/Makefile b/lang/sun-jre7/Makefile index 0db5c47fee3..6870bb616be 100644 --- a/lang/sun-jre7/Makefile +++ b/lang/sun-jre7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/03/02 08:37:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/02 18:03:20 joerg Exp $ # Note: Regen distinfo with PKG_OPTIONS.sun-jre7+=sun-jre-jce # Note: Update DOWNLOAD_NAME when you update the JRE version @@ -7,6 +7,8 @@ DISTNAME= jre-7u15-linux-${DIST_ARCH} PKGNAME= sun-jre7-7.0.15 +EXTRACT_OPTS=-f tar +EXTRACT_SUFX=.gz MASTER_SITES= # empty LICENSE= oracle-binary-code-license |