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 /ports-mgmt | |
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 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portsnap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile index dacdc016369c..b97666d66047 100644 --- a/ports-mgmt/portsnap/Makefile +++ b/ports-mgmt/portsnap/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 .endif .if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 ) -IGNORE= portsnap now contained in the base system +IGNORE= is now contained in the base system .endif MAN5= portsnap.conf.5 |