diff options
author | tv <tv@pkgsrc.org> | 2001-03-16 14:32:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-03-16 14:32:36 +0000 |
commit | 51502b437835016c90195ba178496b09b9f247c8 (patch) | |
tree | 4673cdcb4599d6a25e6ab940c4e0416e8675c629 /lang/sun-jre13 | |
parent | e47e3ba0021bdc364592184f4bc3b7c10b324a30 (diff) | |
download | pkgsrc-51502b437835016c90195ba178496b09b9f247c8.tar.gz |
Make the Sun JDK/JRE 1.3 noninteractive for extract, and add license file
to "jdk13-license" with corresponding LICENSE attribute. Closes pkg/12207
(and a past thread from tech-pkg).
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 0980a6a9f70..646d50f0798 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:33 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/16 14:32:37 tv Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -17,10 +17,10 @@ DEPENDS= suse_x11-*:../../emulators/suse_x11 CONFLICTS= jdk-* blackdown-j* FETCH_BEFORE_ARGS=-o ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_CMD= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} +EXTRACT_CMD= ${ECHO} yes | ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} >/dev/null WRKSRC= ${WRKDIR}/jdk1.3/jre -IS_INTERACTIVE= yes +LICENSE= jdk13-license RESTRICTED= "Redistribution of repackaged binaries not permitted" NO_SRC_ON_CDROM=${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} |