summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-07-20 18:46:16 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-07-20 18:46:16 +0000
commit4a556fc8e1d2aa1df9d1fbebce752493bdbb570c (patch)
treed6913ca3c2bb46d4d9e3fb4a66495f961e431106 /java
parentA scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, (diff)
. Mark RESTRICTED as one of the source files is under the SCSL.
. Make portlint happier about the IGNORE message.
Notes
Notes: svn path=/head/; revision=139733
Diffstat (limited to 'java')
-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)