summaryrefslogtreecommitdiff
path: root/java/java-tutorial/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /java/java-tutorial/Makefile
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes: svn path=/head/; revision=29673 svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r--java/java-tutorial/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile
deleted file mode 100644
index 20ac9d267ce5..000000000000
--- a/java/java-tutorial/Makefile
+++ /dev/null
@@ -1,33 +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= 1.1.8
-CATEGORIES= java
-MASTER_SITES= ftp://ftp.javasoft.com/docs/
-DISTNAME= tutorial
-
-MAINTAINER= martti.kuparinen@ericsson.com
-
-NO_WRKSUBDIR= yes
-RESTRICTED= "This software is under license and export control."
-NO_BUILD= yes
-PLIST_SUB+= VERSION=${PORTVERSION}
-PKGMESSAGE= ${WRKDIR}/MESSAGE
-
-.include <bsd.port.pre.mk>
-
-do-install:
- ${MKDIR} ${PREFIX}/jdk${PORTVERSION}/docs/books/tutorial
- (cd ${WRKSRC} && ${TAR} -cf - * ) \
- | (cd ${PREFIX}/jdk${PORTVERSION}/docs/books/tutorial \
- && ${TAR} -xf -)
- @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE > ${PKGMESSAGE}
- @${CAT} ${PKGMESSAGE}
- @${RM} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>