diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-09-13 05:24:34 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-09-13 05:24:34 +0000 |
commit | 80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968 (patch) | |
tree | ad5c6e3ad9db731ec1b3b6c1feb2788a3da6415a /sysutils/freebsd-sha256 | |
parent | 59ccda5113823ca569cc6d5eb43d601b70e2900c (diff) |
Notes
Diffstat (limited to 'sysutils/freebsd-sha256')
-rw-r--r-- | sysutils/freebsd-sha256/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freebsd-sha256/Makefile b/sysutils/freebsd-sha256/Makefile index cb3e883b95a4..4149f37d794f 100644 --- a/sysutils/freebsd-sha256/Makefile +++ b/sysutils/freebsd-sha256/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= sbin/sha256 .include <bsd.port.pre.mk> .if ${OSVERSION} > 600020 || ( ${OSVERSION} > 504101 && ${OSVERSION} < 600000 ) -IGNORE= "sha256 now contained in the base system" +IGNORE= "is now contained in the base system" .endif .include <bsd.port.post.mk> |