diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 19:19:33 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 19:19:33 +0000 |
commit | c5fe29096cc56cba3d687965207b92293966051a (patch) | |
tree | 5313b300a249833dd30d7de8b4ff20cc4dcdcee6 /java/collections | |
parent | 74c1965eadeb885e2527561cbd1ae0650543e435 (diff) |
Notes
Diffstat (limited to 'java/collections')
-rw-r--r-- | java/collections/Makefile | 4 | ||||
-rw-r--r-- | java/collections/pkg-comment | 2 | ||||
-rw-r--r-- | java/collections/pkg-descr | 2 |
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 |