mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -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:
|
||||
|
|
|
@ -1 +1 @@
|
|||
API for exchanging of DataItem's between InfoBus Producers and Consumers
|
||||
JDK1.2 Collections' API for JDK1.1 environments
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue