diff options
author | joerg <joerg> | 2013-03-02 18:03:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-02 18:03:20 +0000 |
commit | b1fefc898074847e6139e4956d1d3a3f278ced02 (patch) | |
tree | 6f0aa45d99985f7d83f7a299630bbae1cf8c7d84 /lang | |
parent | 0ecb7e4b8fa27a9cc7b3ea67354b09226fc6e9ac (diff) | |
download | pkgsrc-b1fefc898074847e6139e4956d1d3a3f278ced02.tar.gz |
Match distfile.
Diffstat (limited to 'lang')
-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 |