diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-28 22:03:24 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-28 22:03:24 +0000 |
commit | 829933d30357890bb3ca85ff2b530bed6c34ebba (patch) | |
tree | 8c34e664cfb1d33bc63855015473457111b87cac /java/bootstrap-openjdk6 | |
parent | Set DEPRECATED and EXPIRATION_DATE. (diff) |
Synchronize COMMENT with java/bootstrap-openjdk8.
Notes
Notes:
svn path=/head/; revision=450876
Diffstat (limited to 'java/bootstrap-openjdk6')
-rw-r--r-- | java/bootstrap-openjdk6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk6/Makefile b/java/bootstrap-openjdk6/Makefile index fc5a5ee73dc4..092833178797 100644 --- a/java/bootstrap-openjdk6/Makefile +++ b/java/bootstrap-openjdk6/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= bootstrap- DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org -COMMENT= Oracle\'s Java 6 virtual machine release under the GPL v2 +COMMENT= Java Development Kit 6 LICENSE= GPLv2 |