summaryrefslogtreecommitdiff
path: root/java/jdk14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk14/Makefile')
-rw-r--r--java/jdk14/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile
index cdb855b22662..27b6facbd2c6 100644
--- a/java/jdk14/Makefile
+++ b/java/jdk14/Makefile
@@ -44,7 +44,8 @@ JDK13DIR?= ${LOCALBASE}/linux-sun-jdk${JDK_VERSION}
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
-RESTRICTED= "Redistribution of pre-compiled binaries isn't permitted"
+RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
+NO_CDROM= "Redistribution of pre-compiled binaries is not permitted"
MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \
ALT_MOTIF_DIR="${X11BASE}" \
OPENWINHOME="${X11BASE}" \
@@ -90,10 +91,6 @@ PLIST_SUB+= PLUGIN:="@comment "
PLIST_SUB+= PLUGIN:=""
.endif
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-IGNORE= "You can not legally distribute pre-compiled binaries"
-.endif
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500038 )