Deorbit RESTRICTED && NO_CDROM, part two.

Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
This commit is contained in:
Mathieu Arnold
2021-05-04 11:32:20 +02:00
parent adb93122cb
commit 3505159e72
144 changed files with 837 additions and 200 deletions

View File

@@ -8,10 +8,15 @@ DISTNAME= jdk-${PORTVERSION}_doc-all
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_VERSION} Documentation
# Converted from RESTRICTED
LICENSE= jdk
LICENSE_NAME= jdk
LICENSE_TEXT= This documentation is under license and export control.
LICENSE_PERMS= auto-accept
USES= zip
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION}
RESTRICTED= This documentation is under license and export control.
WRKSRC= ${WRKDIR}/docs
JDK_VERSION= 11