diff options
author | knu <knu@FreeBSD.org> | 2003-02-21 20:35:09 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-21 20:35:09 +0800 |
commit | 5ac7e4b4424a53eb1ef2c98a59e3df8a03bdbab6 (patch) | |
tree | 1fe1a4c27a7fa220e8e0d5b2f64d928a6aa329ca /java/collections | |
parent | c8279043c76c50a7dfb9161150d4f3eaf58762cf (diff) | |
download | freebsd-ports-gnome-5ac7e4b4424a53eb1ef2c98a59e3df8a03bdbab6.tar.gz freebsd-ports-gnome-5ac7e4b4424a53eb1ef2c98a59e3df8a03bdbab6.tar.zst freebsd-ports-gnome-5ac7e4b4424a53eb1ef2c98a59e3df8a03bdbab6.zip |
De-pkg-comment.
Diffstat (limited to 'java/collections')
-rw-r--r-- | java/collections/Makefile | 1 | ||||
-rw-r--r-- | java/collections/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile index c310ec2c91a8..6e74a937aee1 100644 --- a/java/collections/Makefile +++ b/java/collections/Makefile @@ -12,6 +12,7 @@ DISTNAME= collections1_1 EXTRACT_SUFX= .zip MAINTAINER= noway@nohow.demon.co.uk +COMMENT= JDK1.2 Collections' API for JDK1.1 environments RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 diff --git a/java/collections/pkg-comment b/java/collections/pkg-comment deleted file mode 100644 index 07ec71289d3e..000000000000 --- a/java/collections/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -JDK1.2 Collections' API for JDK1.1 environments |