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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user