summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-06-26 19:19:33 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-06-26 19:19:33 +0000
commitc5fe29096cc56cba3d687965207b92293966051a (patch)
tree5313b300a249833dd30d7de8b4ff20cc4dcdcee6 /java
parentUpdate MASTER_SITES. (diff)
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
Notes
Notes: svn path=/head/; revision=44475
Diffstat (limited to 'java')
-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 f51477e21c4d..a2cd4b228be9 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 6b0ba3a64f1c..07ec71289d3e 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 ec3f48cb966f..d6d20617199f 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