diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/javamail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/javamail/Makefile b/java/javamail/Makefile index dcdd4cf4d584..e430b33eafc9 100644 --- a/java/javamail/Makefile +++ b/java/javamail/Makefile @@ -25,7 +25,7 @@ NO_BUILD= yes NO_CDROM= "See the license" TARGET_DIR= ${PREFIX}/share/java/${PKGNAME} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} -DOWNLOAD_URL= "http://java.sun.com/products/javamail/" +DOWNLOAD_URL= http://java.sun.com/webapps/download/Display?BundleId=8674 .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) |