diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-16 01:22:00 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-16 01:22:00 +0000 |
commit | 0818373b56401ab9b4e7a394cd05d8bde811c681 (patch) | |
tree | 9f6839a5527788e5553a6a06d78205f7a41ed021 /java/java-tutorial/Makefile | |
parent | This patch fixes a scheduling bug and is to be incorporated in the (diff) |
Chase distfile update (some demo code added).
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> (maintainer)
PR: ports/25679
Notes
Notes:
svn path=/head/; revision=39906
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r-- | java/java-tutorial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index f14b8d58b915..5b2fa0c982c6 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk-tutorial PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial |