summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-30 14:16:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-30 14:16:32 +0000
commit47b345c20fa692408801402b0ba305959302c574 (patch)
treeaa8b80ff7aacc2f4350bccd31e2a71cf0f544bd1 /java/jdk11/Makefile
parentUpgrade, 3.9.5 -> 3.9.6. (diff)
Update to use FreeBSD's native version.
PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=6629
Diffstat (limited to '')
-rw-r--r--java/jdk11/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index 00fe4e9221cc..a45519602609 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -1,24 +1,23 @@
# New ports collection makefile for: jdk
# Version required: 1.0.2
# Date created: 8 April 1996
-# Whom: Sujal Patel <smpatel@freebsd.org>
+# Whom: Sujal Patel <smpatel@freebsd.org> (original)
#
-# $Id: Makefile,v 1.6 1996/12/08 01:04:18 max Exp $
+# $Id: Makefile,v 1.7 1997/05/18 11:35:57 pgs Exp $
#
-DISTNAME= jdk
+DISTNAME= jdk102.11-26
PKGNAME= jdk-1.0.2
CATEGORIES= lang devel
-MASTER_SITES= ftp://ftp.javasoft.com/pub/ \
- ftp://www.blackdown.org/pub/Java/pub/
-DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z
+MASTER_SITES= ${MASTER_SITE_LOCAL}
-MAINTAINER= smpatel@freebsd.org
+MAINTAINER= ports@freebsd.org
NO_CDROM= "Put copyright on packaging, etc"
+
NO_WRKSUBDIR= yes
post-install:
- @${CAT} ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>