diff options
author | znerd <znerd@FreeBSD.org> | 2002-08-08 03:41:06 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-08-08 03:41:06 +0800 |
commit | 28d5117eb77d82649f5b9649d77739a07a7e3c02 (patch) | |
tree | 4948f09e12bdf78a9e2aab4177e0703c6235bc6f /comms/java-commapi/Makefile | |
parent | 7ed7b7652d5f09e8e0c1425230820b11812cda6a (diff) | |
download | freebsd-ports-gnome-28d5117eb77d82649f5b9649d77739a07a7e3c02.tar.gz freebsd-ports-gnome-28d5117eb77d82649f5b9649d77739a07a7e3c02.tar.zst freebsd-ports-gnome-28d5117eb77d82649f5b9649d77739a07a7e3c02.zip |
Fixed the download URL.
Diffstat (limited to 'comms/java-commapi/Makefile')
-rw-r--r-- | comms/java-commapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index ff540d3c46fd..55e540fc72f4 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -22,7 +22,7 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/commapi DISTDESCR= "the Java Communications API ${PORTVERSION} for Solaris/SPARC archive" -DOWNLOAD_URL= "http://java.sun.com/Download4?config-file=javacomm-${PORTVERSION:S/./_/g}.config&platform=solsparc&button=continue" +DOWNLOAD_URL= "http://java.sun.com/Download4?config-file=javacomm-${PORTVERSION:S/./_/g}.config\&platform=solsparc\&button=continue" PORTDESTDIR= ${PREFIX}/jdk1.3.1/jre/lib/ext DISTFILE= ${DISTNAME}${EXTRACT_SUFX} DISTPATH= ${DISTDIR}/${DISTFILE} |