diff options
author | znerd <znerd@FreeBSD.org> | 2002-06-13 10:50:47 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-06-13 10:50:47 +0000 |
commit | e0579e156c8731593f350810a75955b5ffd76fee (patch) | |
tree | e6d1cfdc708a26ebf5b5f670e802d0acabb434c2 /java/java-tutorial | |
parent | 78c26ef948b0acd7550ef126b36bf721da6c8f29 (diff) | |
download | FreeBSD-ports-e0579e156c8731593f350810a75955b5ffd76fee.zip FreeBSD-ports-e0579e156c8731593f350810a75955b5ffd76fee.tar.gz |
Added an entry to MASTER_SITES.
Diffstat (limited to 'java/java-tutorial')
-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 cbda394..d254d5d 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 |