summaryrefslogtreecommitdiffstats
path: root/java/collections
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2001-06-26 19:19:33 +0000
committerokazaki <okazaki@FreeBSD.org>2001-06-26 19:19:33 +0000
commit22c47cee2cdf686ef604a1059315d2b726e55c92 (patch)
tree3fbb7b8a10f0a14cc0d2390a3c88d11bd0561235 /java/collections
parent8f29eb7a052bdeae61cc88860a73e37d8cdd81f7 (diff)
downloadFreeBSD-ports-22c47cee2cdf686ef604a1059315d2b726e55c92.zip
FreeBSD-ports-22c47cee2cdf686ef604a1059315d2b726e55c92.tar.gz
Tidy up java/collections port
1) Better comment 2) More specific URL in descr 3) New URL for fetching distfile in Makefile PR: 28344 Submitted by: maintainer
Diffstat (limited to 'java/collections')
-rw-r--r--java/collections/Makefile4
-rw-r--r--java/collections/pkg-comment2
-rw-r--r--java/collections/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile
index f51477e..a2cd4b2 100644
--- a/java/collections/Makefile
+++ b/java/collections/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= noway@nohow.demon.co.uk
-RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
+RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
USE_ZIP= YES
@@ -24,7 +24,7 @@ NO_CDROM= "See the license"
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= "You must manually fetch the distribution from http://java.sun.com/beans/infobus/index.html and place it in ${DISTDIR} then run make again"
+IGNORE= "You must manually fetch the distribution from http://java.sun.com/products/javabeans/infobus/index.html and place it in ${DISTDIR} then run make again"
.endif
do-install:
diff --git a/java/collections/pkg-comment b/java/collections/pkg-comment
index 6b0ba3a..07ec712 100644
--- a/java/collections/pkg-comment
+++ b/java/collections/pkg-comment
@@ -1 +1 @@
-API for exchanging of DataItem's between InfoBus Producers and Consumers
+JDK1.2 Collections' API for JDK1.1 environments
diff --git a/java/collections/pkg-descr b/java/collections/pkg-descr
index ec3f48c..d6d2061 100644
--- a/java/collections/pkg-descr
+++ b/java/collections/pkg-descr
@@ -1,3 +1,3 @@
JDK1.2 Collections' API for JDK1.1 environments.
-WWW: http://java.sun.com/beans/infobus/index.html
+WWW: http://java.sun.com/products/javabeans/infobus/collectionsreadme.html
OpenPOWER on IntegriCloud