summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/jbootstrap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/jbootstrap/Makefile b/java/jbootstrap/Makefile
index 2c43f89ce24a..29526ce3f604 100644
--- a/java/jbootstrap/Makefile
+++ b/java/jbootstrap/Makefile
@@ -20,10 +20,12 @@ MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \
INSTALL_TARGET= install install-doc
.endif
+RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-IGNORE= "This port requires perl 5.8 or above."
+IGNORE= This port requires perl 5.8 or above.
.endif
.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING)