summaryrefslogtreecommitdiff
path: root/security/freebsd-update
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-09-13 05:24:34 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-09-13 05:24:34 +0000
commit80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968 (patch)
treead5c6e3ad9db731ec1b3b6c1feb2788a3da6415a /security/freebsd-update
parentcleanup 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
Notes
Notes: svn path=/head/; revision=172908
Diffstat (limited to 'security/freebsd-update')
-rw-r--r--security/freebsd-update/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile
index 0df773b130e5..892447283507 100644
--- a/security/freebsd-update/Makefile
+++ b/security/freebsd-update/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
.endif
.if ${OSVERSION} > 700019 || ( ${OSVERSION} > 601104 && ${OSVERSION} < 700000 )
-IGNORE= freebsd-update now contained in the base system
+IGNORE= is now contained in the base system
.endif
# This is a critical security port. If it breaks, Bad Things will happen.