From 0412fa171247c6c31c77554112b8ce9f7492410d Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 6 Jul 2006 01:39:14 +0000 Subject: - Fix typo in IGNORE --- www/flock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/flock') diff --git a/www/flock/Makefile b/www/flock/Makefile index 190ae4fb7a5b..d9cb8f882feb 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -57,7 +57,7 @@ IGNORE= core dumps on ${ARCH} .endif .if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osrelverdate>=601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif .if ${OSVERSION} >= 600000 -- cgit