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
This commit is contained in:
OKAZAKI Tetsurou 2001-06-26 19:19:33 +00:00
parent 74c1965ead
commit c5fe29096c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44475
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= noway@nohow.demon.co.uk 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 USE_ZIP= YES
@ -24,7 +24,7 @@ NO_CDROM= "See the license"
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) .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 .endif
do-install: do-install:

View file

@ -1 +1 @@
API for exchanging of DataItem's between InfoBus Producers and Consumers JDK1.2 Collections' API for JDK1.1 environments

View file

@ -1,3 +1,3 @@
JDK1.2 Collections' API for JDK1.1 environments. 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