diff --git a/java/apache-bcel/Makefile b/java/apache-bcel/Makefile index d6e55627b8a2..4070233e12de 100644 --- a/java/apache-bcel/Makefile +++ b/java/apache-bcel/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= java@FreeBSD.org -COMMENT= Library for generating Java bytecode +COMMENT= Apache Commons Byte Code Engineering Library LICENSE= APACHE20 diff --git a/java/apache-bcel/pkg-descr b/java/apache-bcel/pkg-descr index 8f0aaa1bb500..ae5ce19236f3 100644 --- a/java/apache-bcel/pkg-descr +++ b/java/apache-bcel/pkg-descr @@ -1,4 +1,4 @@ -The Byte Code Engineering Library (formerly known as JavaClass) is +The Byte Code Engineering Library (Apache Commons BCEL) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the