mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Renamed jdk-tutorial to java-tutorial.
This commit is contained in:
parent
75ee4076eb
commit
ecb824c780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61426
6 changed files with 1 additions and 3400 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += jakarta-regexp
|
||||
SUBDIR += janosvm
|
||||
SUBDIR += java-cup
|
||||
SUBDIR += java-tutorial
|
||||
SUBDIR += javamail
|
||||
SUBDIR += javavmwrapper
|
||||
SUBDIR += javel
|
||||
|
@ -29,7 +30,6 @@
|
|||
SUBDIR += jdbcpool
|
||||
SUBDIR += jde
|
||||
SUBDIR += jde-emacs20
|
||||
SUBDIR += jdk-tutorial
|
||||
SUBDIR += jdk11
|
||||
SUBDIR += jdk11-doc
|
||||
SUBDIR += jdk12
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# New ports collection makefile for: JDK tutorial
|
||||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jdk-tutorial
|
||||
PORTVERSION= 2002.03.04
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/docs/ \
|
||||
http://java.sun.com/docs/books/tutorial/download/
|
||||
DISTNAME= tutorial
|
||||
|
||||
MAINTAINER= znerd@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
RESTRICTED= "This software is under license and export control."
|
||||
NO_BUILD= yes
|
||||
TARGET_DIR= ${PREFIX}/share/doc/java-tutorial/
|
||||
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
@${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
|
||||
@${MKDIR} ${TARGET_DIR}
|
||||
@${ECHO} " [ DONE ]"
|
||||
|
||||
@${ECHO} -n ">> Copying files..."
|
||||
@${CP} -R ${WRKSRC}/* ${TARGET_DIR}
|
||||
@${ECHO} " [ DONE ]"
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (tutorial.tar.gz) = e7bf3465aa746f3b50bfc8de898b3fb9
|
|
@ -1 +0,0 @@
|
|||
Sun's Java Developers Kit tutorial
|
|
@ -1,4 +0,0 @@
|
|||
Tutorial for Sun's Java Developers Kit (JDK). For more information about
|
||||
the JDK for FreeBSD see http://www.freebsd.org/java/
|
||||
|
||||
WWW: http://www.freebsd.org/java/
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue