diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-21 01:50:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-21 01:50:21 +0000 |
commit | fc825bd6bdcd1a3f3a9e40bfecd17b8b3166666f (patch) | |
tree | 0cd991ce95ee6ce46ae375cf5335b4e1eda306f5 /lang/sun-jre15/Makefile | |
parent | e61a5269b020f5269f656ca71724110d0145bbf7 (diff) | |
download | pkgsrc-fc825bd6bdcd1a3f3a9e40bfecd17b8b3166666f.tar.gz |
1.5 uses the 6.x license, not the 1.3 license.
Diffstat (limited to 'lang/sun-jre15/Makefile')
-rw-r--r-- | lang/sun-jre15/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre15/Makefile b/lang/sun-jre15/Makefile index 247bcf9986d..6a878af7aec 100644 --- a/lang/sun-jre15/Makefile +++ b/lang/sun-jre15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2008/01/07 19:56:27 tron Exp $ +# $NetBSD: Makefile,v 1.50 2008/01/21 01:50:21 tnn Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce @@ -19,6 +19,8 @@ REQD_DIRS+= ${JAVA_HOME}/lib/images/cursors REQD_DIRS+= ${JAVA_HOME}/lib/security CONF_FILES= # empty +LICENSE= sun-jre6-license + .include "../../lang/sun-jre15/Makefile.common" .sinclude "sfiles-${EMUL_ARCH}.mk" |