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 /misc/bsdiff | |
parent | cleanup pkg-plist after gnustep-make (diff) |
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 'misc/bsdiff')
-rw-r--r-- | misc/bsdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile index a93b8d894b67..25332ef96423 100644 --- a/misc/bsdiff/Makefile +++ b/misc/bsdiff/Makefile @@ -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> |