diff options
Diffstat (limited to 'java/jdk13-doc/Makefile')
-rw-r--r-- | java/jdk13-doc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/jdk13-doc/Makefile b/java/jdk13-doc/Makefile index d5eb7ed..501fbb2 100644 --- a/java/jdk13-doc/Makefile +++ b/java/jdk13-doc/Makefile @@ -14,11 +14,7 @@ DISTNAME= j2sdk-${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 +RESTRICTED= "This documentation is under license and export control." PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER} |