diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-27 12:47:49 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-27 12:47:49 +0800 |
commit | a6cdb7a99e4436fb295fc08435ec298215a78892 (patch) | |
tree | 0aee01c85698c6fe1df8dbde5e861dedbc1e72d7 /java | |
parent | 8f13d7f625df99b8f4bd1d76d39482cf6d309997 (diff) | |
download | freebsd-ports-gnome-a6cdb7a99e4436fb295fc08435ec298215a78892.tar.gz freebsd-ports-gnome-a6cdb7a99e4436fb295fc08435ec298215a78892.tar.zst freebsd-ports-gnome-a6cdb7a99e4436fb295fc08435ec298215a78892.zip |
. Update the download URL.
PR: 86547
Submitted by: Manfred Riem <mriem@manorrock.org>
Diffstat (limited to 'java')
-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: |