diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-10-14 18:20:30 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-10-14 18:20:30 +0000 |
| commit | 3e046250eefe7379706c21e2324bd2b5c4864ea7 (patch) | |
| tree | e9160320d2579e27f0a26c8065d2ad7c05478ef2 /java/java-tutorial/Makefile | |
| parent | 6d2b668115e6e8f42415eb8b8b2bdd7e38f795cb (diff) | |
Notes
Diffstat (limited to 'java/java-tutorial/Makefile')
| -rw-r--r-- | java/java-tutorial/Makefile | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 873de44fe977..6db5836d4f73 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -5,24 +5,17 @@ # $FreeBSD$ # -PORTNAME= jdk-tutorial -PORTVERSION= 2006.03.06 +PORTNAME= tutorial +PORTVERSION= 2006.08.04 CATEGORIES= java devel MASTER_SITES= http://java.sun.com/docs/books/tutorialNB/download/ -.if defined(WITH_EXTRAS) +PKGNAMEPREFIX= jdk- DISTNAME= tutorial.zip tut-examples.zip tut-swing.zip tut-bookstore-21.zip \ tut-bookstore-tomcat.zip tut-bingo -.else -DISTNAME= tutorial -.endif -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Official Java 2 SDK tutorial -BROKEN= Size mismatch -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - NO_WRKSUBDIR= yes RESTRICTED= This software is under license and export control. NO_BUILD= yes @@ -31,23 +24,6 @@ PORTDOCS= * SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -pre-extract: -.if !defined(WITH_EXTRAS) - @${ECHO_MSG} "*" - @${ECHO_MSG} "* make install WITH_EXTRAS=yes will add to the installation:" - @${ECHO_MSG} "*" - @${ECHO_MSG} "* 1) source files for all the tutorial examples" - @${ECHO_MSG} "*" - @${ECHO_MSG} "* 2) Some examples such as the BINGO and Servlets Bookstore examples" - @${ECHO_MSG} "* include many source files in a rather complex directory structure," - @${ECHO_MSG} "* so these examples are separate files." - @${ECHO_MSG} "*" - @${ECHO_MSG} "* 3) The JFC/Swing trail" - @${ECHO_MSG} "*" -.endif - -.include <bsd.port.pre.mk> - do-install: @${ECHO_MSG} -n ">> Creating directory ${DOCSDIR}..." @${MKDIR} ${DOCSDIR} @@ -61,4 +37,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
