diff options
Diffstat (limited to 'java/jaf')
-rw-r--r-- | java/jaf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jaf/Makefile b/java/jaf/Makefile index 43d71a6c6166..1cf7da7af9a2 100644 --- a/java/jaf/Makefile +++ b/java/jaf/Makefile @@ -21,7 +21,7 @@ USE_JAVA= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_CDROM= "See the license" -DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22\&PartDetailId=7017-jaf-1.0.2-oth-JPR\&SiteId=JSC\&TransactionId=noreg +DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7017-jaf-1.0.2-oth-JPR&SiteId=JSC&TransactionId=noreg .if !defined(NOPORTDOCS) DOCFILES1= JAF-1.0.pdf JAF-1.0.ps javadocs @@ -33,7 +33,7 @@ PLIST_FILES= %%JAVAJARDIR%%/activation.jar .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "You must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again" +IGNORE= You must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again .endif do-install: |