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/javamail | |
parent | 488bd7efe423ee92e30c803d074b3726ef30ccbe (diff) | |
download | ports-527ec1c7851efeb51694b4f6ec895cced2c6b783.tar.gz ports-527ec1c7851efeb51694b4f6ec895cced2c6b783.zip |
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/javamail')
-rw-r--r-- | java/javamail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/javamail/Makefile b/java/javamail/Makefile index b88895d94735..071dfc0019e9 100644 --- a/java/javamail/Makefile +++ b/java/javamail/Makefile @@ -23,7 +23,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=7515-java_mail-1.3.1-oth-JPR\&SiteId=JSC\&TransactionId=noreg +DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7515-java_mail-1.3.1-oth-JPR&SiteId=JSC&TransactionId=noreg .if !defined(NOPORTDOCS) DOCFILES1= JavaMail-1.1-changes.txt JavaMail-1.2-changes.txt \ @@ -38,7 +38,7 @@ PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} .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: |