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
This commit is contained in:
Colin Percival
2006-09-13 05:24:34 +00:00
parent 59ccda5113
commit 80f6c8cd1f
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ PLIST_FILES= bin/bsdiff bin/bspatch
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
IGNORE= bsdiff now contained in the base system
IGNORE= is now contained in the base system
.endif
.include <bsd.port.post.mk>