aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk11-doc
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-08-19 17:42:55 +0800
committerznerd <znerd@FreeBSD.org>2002-08-19 17:42:55 +0800
commit3b64010a1b1c662ea80601e6781b0f02d216b393 (patch)
tree359f2b0f23cfc4290a7e171058484b7b29d1ccee /java/jdk11-doc
parent08b481824ac789dbbfe27b593dd4b12c5af255bb (diff)
downloadfreebsd-ports-gnome-3b64010a1b1c662ea80601e6781b0f02d216b393.tar.gz
freebsd-ports-gnome-3b64010a1b1c662ea80601e6781b0f02d216b393.tar.zst
freebsd-ports-gnome-3b64010a1b1c662ea80601e6781b0f02d216b393.zip
Removing restrictions and providing download locations. Could not
find any reason for these restrictions on the Sun website. Only software is under license and export control. The download does not require accepting a license, either. See: http://java.sun.com/products/jdk/1.1/README http://java.sun.com/products/jdk/1.1/docs.html http://servlet.java.sun.com/help/download
Diffstat (limited to 'java/jdk11-doc')
-rw-r--r--java/jdk11-doc/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/java/jdk11-doc/Makefile b/java/jdk11-doc/Makefile
index fac1c19b9264..df13ae9341be 100644
--- a/java/jdk11-doc/Makefile
+++ b/java/jdk11-doc/Makefile
@@ -8,18 +8,13 @@
PORTNAME= jdk-doc
PORTVERSION= ${JDK_VERSION:S/_/./g}
CATEGORIES= java
-MASTER_SITES= #
+MASTER_SITES= http://www.metaverse.nl/~ernst/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= znerd
DISTNAME= jdk-${JDK_VERSION:S/./_/g}-doc
MAINTAINER= znerd@FreeBSD.org
-NO_CDROM= "License does not allow distribution with fee."
-RESTRICTED= "This software is under license and export control."
-
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-IGNORE= "You cannot legally distribute packages"
-.endif
-
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
TARGET_DIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER}
@@ -32,10 +27,6 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
-.endif
-
do-install:
${MKDIR} ${TARGET_DIR}
${CP} -r ${WRKSRC}/* ${TARGET_DIR}