aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/freebsd-sha256
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-09-13 13:24:34 +0800
committercperciva <cperciva@FreeBSD.org>2006-09-13 13:24:34 +0800
commitebc0b517786d7244cf17aa38269dfe4e65840b9d (patch)
tree6f959a1709e4f7a092b54f49f11616581d4eb46a /sysutils/freebsd-sha256
parentdb540c6ad3d6ee1ad9e0c8a4c9740d608c6fa5fc (diff)
downloadfreebsd-ports-gnome-ebc0b517786d7244cf17aa38269dfe4e65840b9d.tar.gz
freebsd-ports-gnome-ebc0b517786d7244cf17aa38269dfe4e65840b9d.tar.zst
freebsd-ports-gnome-ebc0b517786d7244cf17aa38269dfe4e65840b9d.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
Diffstat (limited to 'sysutils/freebsd-sha256')
-rw-r--r--sysutils/freebsd-sha256/Makefile2
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>