aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-03-07 18:34:00 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-03-07 18:34:00 +0000
commiteb2c74404e52e534056d25eb944ca758ff6ac8f7 (patch)
treea529fb4baae036bb503f826221c8eaca0c6fd87b /java/jdk16
parenta2e2688f423875302993fd56a228937e2c7e9c1e (diff)
downloadports-eb2c74404e52e534056d25eb944ca758ff6ac8f7.tar.gz
ports-eb2c74404e52e534056d25eb944ca758ff6ac8f7.zip
. Fix the sense of a WITH_JAIL check to match that in the jdk14 port -
we _don't_ want to check for linprocfs in a jail. PR: 110019
Notes
Notes: svn path=/head/; revision=186834
Diffstat (limited to 'java/jdk16')
-rw-r--r--java/jdk16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index 0395c19968e9..9d377b9a3243 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -270,7 +270,7 @@ pre-build:
${ECHO_MSG} "is known to cause problems during bootstrapping."; \
exit 1; \
fi
-.if defined(WITH_JAIL)#{
+.if !defined(WITH_JAIL)#{
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
then \
${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \