Update to version 1.1.8 to match JDK.
PR: 12114 Submitted by: maintainer
This commit is contained in:
@@ -1,30 +1,36 @@
|
||||
# New ports collection makefile for: JDK tutorial
|
||||
# Version required: 1.1.7
|
||||
# Version required: 1.1.8
|
||||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1999/05/06 00:14:03 taoka Exp $
|
||||
# $Id: Makefile,v 1.5 1999/06/28 02:22:07 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tutorial
|
||||
PKGNAME= jdk-tutorial-1.1.7
|
||||
PKGNAME= jdk-tutorial-1.1.8
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/docs/
|
||||
|
||||
MAINTAINER= martti.kuparinen@ericsson.com
|
||||
|
||||
VERSION= 1.1.8
|
||||
WRKSRC= ${WRKDIR}
|
||||
RESTRICTED= "This software is under license and export control."
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= VERSION=${VERSION}
|
||||
PKGMESSAGE= ${WRKDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKSRC} && chown -R root.wheel *)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial
|
||||
${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial
|
||||
(cd ${WRKSRC} && ${TAR} -cf - * ) \
|
||||
| (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -)
|
||||
| (cd ${PREFIX}/jdk${VERSION}/docs/books/tutorial && ${TAR} -xf -)
|
||||
@${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE > ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${RM} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
MD5 (tutorial.tar.gz) = c5e969cc654b9b962aadfc103bb2fc8f
|
||||
MD5 (tut-examples.tar.gz) = 8e1cb66c4b24a25f2413c97ce98761a4
|
||||
MD5 (tutorial.tar.gz) = 4a045714b21217074cb7a3f70e5ced93
|
||||
|
||||
@@ -2,5 +2,5 @@ Here is a useful bookmark entry for your Web browser:
|
||||
|
||||
The Java Tutorial:
|
||||
------------------
|
||||
file:!!PREFIX!!/jdk1.1.7/docs/books/tutorial/index.html
|
||||
file:!!PREFIX!!/jdk1.1.8/docs/books/tutorial/index.html
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user