summaryrefslogtreecommitdiff
path: root/lang/sun-jdk7/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-03-08 15:08:50 +0000
committerjperkin <jperkin>2013-03-08 15:08:50 +0000
commite6609312fd43bb129f5791b0c87d68376680fa56 (patch)
tree39c6c4766c97916907647e66c4ba741f69f9b40b /lang/sun-jdk7/Makefile
parent24a6799071747b2069bcc80139bc2606cbb0c0a8 (diff)
downloadpkgsrc-e6609312fd43bb129f5791b0c87d68376680fa56.tar.gz
Revert changes to use .gz suffix instead of .tar.gz. The issue is caused
by downloading files from Oracle's site using Chrome (Chromium #136305).
Diffstat (limited to 'lang/sun-jdk7/Makefile')
-rw-r--r--lang/sun-jdk7/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/sun-jdk7/Makefile b/lang/sun-jdk7/Makefile
index 6c70633f00e..e7dca1651cb 100644
--- a/lang/sun-jdk7/Makefile
+++ b/lang/sun-jdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/03/06 16:58:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2013/03/08 15:08:50 jperkin Exp $
# Note: This must be kept in sync with the sun-jre7 package
# Note: make sure you include sums for both the x86_64 and the x86_32
@@ -26,12 +26,6 @@ MAKE_JOBS_SAFE= no
CHECK_SHLIBS_SUPPORTED= no
.endif
-# XXX: The download page says .tar.gz but sends the file as .gz
-.if ${OPSYS} == "SunOS"
-EXTRACT_OPTS= -f tar
-EXTRACT_SUFX= .gz
-.endif
-
# The 64-bit Solaris downloads for some inexplicable reason only contain
# the additional 64-bit files, and you need the main 32-bit file too.
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "x86_64"