diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-09-09 18:38:25 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-09-09 18:38:25 +0000 |
commit | 527ec1c7851efeb51694b4f6ec895cced2c6b783 (patch) | |
tree | e72a1b8816d7bbf69bc6f79b06e0143ae483518d /java/jaf | |
parent | Typo-fix in a comment (diff) |
Fix DOWNLOAD_URL.
Reported by: Ronald Klop <ronald-freebsd8@klop.yi.org>
Approved by: portmgr, glewis (mentor)
Notes
Notes:
svn path=/head/; revision=118138
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: |