diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-09-13 13:24:34 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-09-13 13:24:34 +0800 |
commit | ebc0b517786d7244cf17aa38269dfe4e65840b9d (patch) | |
tree | 6f959a1709e4f7a092b54f49f11616581d4eb46a /security/freebsd-update | |
parent | db540c6ad3d6ee1ad9e0c8a4c9740d608c6fa5fc (diff) | |
download | freebsd-ports-graphics-ebc0b517786d7244cf17aa38269dfe4e65840b9d.tar.gz freebsd-ports-graphics-ebc0b517786d7244cf17aa38269dfe4e65840b9d.tar.zst freebsd-ports-graphics-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 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 0df773b130e..89244728350 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. |