From 4a556fc8e1d2aa1df9d1fbebce752493bdbb570c Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 20 Jul 2005 18:46:16 +0000 Subject: . Mark RESTRICTED as one of the source files is under the SCSL. . Make portlint happier about the IGNORE message. --- java/jbootstrap/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'java/jbootstrap') 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 .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) -- cgit