diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-22 03:57:24 +0800 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-22 03:57:24 +0800 |
commit | 82c0824a4c96c4744372f9a34457919d7446d42c (patch) | |
tree | a116d7054bb33772f9c7258a72927ae355122b80 /java/apache-bcel/Makefile | |
parent | a65946d7a64d1684626405ae7a86cf503713cc07 (diff) | |
download | freebsd-ports-gnome-82c0824a4c96c4744372f9a34457919d7446d42c.tar.gz freebsd-ports-gnome-82c0824a4c96c4744372f9a34457919d7446d42c.tar.zst freebsd-ports-gnome-82c0824a4c96c4744372f9a34457919d7446d42c.zip |
java/apache-bcel: update description.
Make clear that it is now an Apache Commons project.
PT: 241122
Approved by: thierry (mentor), Maintainer timeout.
Diffstat (limited to 'java/apache-bcel/Makefile')
-rw-r--r-- | java/apache-bcel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |