diff options
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r-- | java/java-tutorial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index cbda39463e71..d254d5d34f7f 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -9,7 +9,8 @@ PORTNAME= jdk-tutorial PORTVERSION= 1.1.8 PORTREVISION= 6 CATEGORIES= java -MASTER_SITES= ftp://ftp.javasoft.com/docs/ +MASTER_SITES= ftp://ftp.javasoft.com/docs/ \ + http://java.sun.com/docs/books/tutorial/download/ DISTNAME= tutorial MAINTAINER= znerd@FreeBSD.org |