aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freebsd-sha1
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-09-13 05:24:34 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-09-13 05:24:34 +0000
commit80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968 (patch)
treead5c6e3ad9db731ec1b3b6c1feb2788a3da6415a /sysutils/freebsd-sha1
parent59ccda5113823ca569cc6d5eb43d601b70e2900c (diff)
downloadports-80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968.tar.gz
ports-80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968.zip
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
Notes
Notes: svn path=/head/; revision=172908
Diffstat (limited to 'sysutils/freebsd-sha1')
-rw-r--r--sysutils/freebsd-sha1/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>