From ebc0b517786d7244cf17aa38269dfe4e65840b9d Mon Sep 17 00:00:00 2001 From: cperciva Date: Wed, 13 Sep 2006 05:24:34 +0000 Subject: Turn IGNORE= "foo now contained in the base system" into IGNORE= "is now contained in the base system" since the code which prints this string prefices it with the package name. Suggested by: kris --- sysutils/freebsd-sha1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/freebsd-sha1') diff --git a/sysutils/freebsd-sha1/Makefile b/sysutils/freebsd-sha1/Makefile index b65454c53c72..59135e730644 100644 --- a/sysutils/freebsd-sha1/Makefile +++ b/sysutils/freebsd-sha1/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= sbin/sha1 .include .if ${OSVERSION} > 502113 || ( ${OSVERSION} > 491100 && ${OSVERSION} < 500000 ) -IGNORE= "sha1 now contained in the base system" +IGNORE= "is now contained in the base system" .endif .include -- cgit