diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-07-20 18:46:16 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-07-20 18:46:16 +0000 |
commit | 4a556fc8e1d2aa1df9d1fbebce752493bdbb570c (patch) | |
tree | d6913ca3c2bb46d4d9e3fb4a66495f961e431106 /java/jbootstrap | |
parent | 9f01a34627a2a8310e21391bc50e57ff0f704dbb (diff) |
Notes
Diffstat (limited to 'java/jbootstrap')
-rw-r--r-- | java/jbootstrap/Makefile | 4 |
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) |