diff options
author | SADA Kenji <sada@FreeBSD.org> | 2004-03-25 15:34:02 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2004-03-25 15:34:02 +0000 |
commit | e1726ff240e7e9cb31c13b91c92f6d4bcfe25186 (patch) | |
tree | e9297f23b07c7c9f9ee6571757d9782818c15ee8 /java/java-tutorial/Makefile | |
parent | Change COMMENT to something more fitting to today's QT. (diff) |
PR: ports/64602
Update to Mar 11, 2004
Submitted by: maintainer
Reminded by: Gerald Mixa <Symicon@t-online.de>
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r-- | java/java-tutorial/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 9b395856bc75..a9ef7d69a56d 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # +# Install size for version 2004.03.11 is ~22827 kB. + PORTNAME= jdk-tutorial -PORTVERSION= 2003.05.30 +PORTVERSION= 2004.03.11 CATEGORIES= java -MASTER_SITES= ftp://ftp.javasoft.com/docs/ \ - http://java.sun.com/docs/books/tutorial/download/ +MASTER_SITES= http://java.sun.com/docs/books/tutorial/download/ DISTNAME= tutorial MAINTAINER= parv@pair.com @@ -18,6 +19,7 @@ COMMENT= Official Java 2 SDK tutorial NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." NO_BUILD= yes +USE_ZIP= yes TARGET_DIR= ${PREFIX}/share/doc/java-tutorial/ PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} |