summaryrefslogtreecommitdiff
path: root/lang/jdk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-09 15:03:06 +0000
committeragc <agc@pkgsrc.org>2001-02-09 15:03:06 +0000
commit87e5899694678a178a94eb8ff1f36465c0600f45 (patch)
tree7739d2f8c8d7533ebac1210575a6f87d4371133c /lang/jdk
parent73f55d521fa69c7610ad3975b0cb5710661c3edf (diff)
downloadpkgsrc-87e5899694678a178a94eb8ff1f36465c0600f45.tar.gz
Add jdk licence to the licenses/ directory, so that "make show-license"
in pkgsrc/lang/jdk DTRT Remove duplicate inclusion of bsd.prefs.mk in in jdk package Makefile
Diffstat (limited to 'lang/jdk')
-rw-r--r--lang/jdk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index 42f1c4fdbaa..d5dba873267 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2001/01/29 11:34:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2001/02/09 15:03:06 agc Exp $
#
-.include "../../mk/bsd.prefs.mk"
-VERSION=1.1.8
+VERSION= 1.1.8
PKGNAME= jdk-${VERSION}
CATEGORIES= lang
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/java/i386/${VERSION}/ \
@@ -14,6 +13,8 @@ HOMEPAGE= http://www.quick.com.au/java/
CONFLICTS= blackdown-j* sun-j*
+LICENSE= jdk-license
+
.include "../../mk/bsd.prefs.mk"
.if !defined(JDK_HOME)