diff --git a/java/jdk10-doc/Makefile b/java/jdk10-doc/Makefile index 7b45f449c2bd..15a02b27b528 100644 --- a/java/jdk10-doc/Makefile +++ b/java/jdk10-doc/Makefile @@ -10,6 +10,9 @@ DISTNAME= jdk-${PORTVERSION}_doc-all MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_VERSION} Documentation +DEPRECATED= The corresponding JDK port is EoL +EXPIRATION_DATE=2019-11-28 + DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} RESTRICTED= This documentation is under license and export control. diff --git a/java/jdk9-doc/Makefile b/java/jdk9-doc/Makefile index a8a84fd96e2c..39513ad8c2bd 100644 --- a/java/jdk9-doc/Makefile +++ b/java/jdk9-doc/Makefile @@ -10,6 +10,9 @@ DISTNAME= jdk-${PORTVERSION}_doc-all MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_VERSION} Documentation +DEPRECATED= The corresponding JDK port is EoL +EXPIRATION_DATE=2019-11-28 + DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} RESTRICTED= This documentation is under license and export control.