- use a better test for jails in CURRENT

This commit is contained in:
Dirk Meyer 2004-12-15 04:15:10 +00:00
parent a2114f81be
commit 385e0de8ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124057

View File

@ -47,7 +47,7 @@ NO_FILTER_SHLIBS= yes
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
.if !exists(/proc/1)
.if !exists(/proc/curproc)
IGNORE= requires procfs mounted to build or run
.endif