diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-27 04:47:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-27 04:47:49 +0000 |
commit | ec45cb198b546bca4008d181087c6a7916d2a1f6 (patch) | |
tree | a088aef11c6bb118c84459538e7c76b9fd79cc2f /java/infobus | |
parent | a5ebd0c5631c747d7fb7c4d267afee5a7dea9e0b (diff) | |
download | ports-ec45cb198b546bca4008d181087c6a7916d2a1f6.tar.gz ports-ec45cb198b546bca4008d181087c6a7916d2a1f6.zip |
Notes
Diffstat (limited to 'java/infobus')
-rw-r--r-- | java/infobus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/infobus/Makefile b/java/infobus/Makefile index 76523b744d5e..daf2db67fd4f 100644 --- a/java/infobus/Makefile +++ b/java/infobus/Makefile @@ -26,7 +26,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/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again" .endif do-install: |