summaryrefslogtreecommitdiff
path: root/java/jdk-tutorial/Makefile
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-06-17 16:42:44 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-06-17 16:42:44 +0000
commitecb824c7805a6e20e910e387f995e4b2c1dc28af (patch)
tree88099b22f48ddc3af1589433e6dc51229d10332a /java/jdk-tutorial/Makefile
parentFix dependencies to be in sync with the recent JDK ports renaming. (diff)
Renamed jdk-tutorial to java-tutorial.
Notes
Notes: svn path=/head/; revision=61426
Diffstat (limited to '')
-rw-r--r--java/jdk-tutorial/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile
deleted file mode 100644
index 08f6b90b415e..000000000000
--- a/java/jdk-tutorial/Makefile
+++ /dev/null
@@ -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>