diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:08:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:08:36 +0000 |
commit | 06e2b590631db42a7830c8d5eb1b1c324e1a2670 (patch) | |
tree | 1c4e92d25519463c94d76de8c4d599a8de9e2f4c /korean | |
parent | Fix plist. (diff) |
Change one use of BROKEN to IGNORE and make all uses of IGNORE render
their text better.
Notes
Notes:
svn path=/head/; revision=124502
Diffstat (limited to 'korean')
-rw-r--r-- | korean/msdosfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/msdosfs/Makefile b/korean/msdosfs/Makefile index 8483ebb1efce..eb32680bd995 100644 --- a/korean/msdosfs/Makefile +++ b/korean/msdosfs/Makefile @@ -35,10 +35,10 @@ PATCHDIR= ${MASTERDIR}/patches.5 NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .elif ${OSVERSION} >= 501109 LAST_UPDATED= 20010209 -IGNORE= is obsolete. See mount_msdosfs(8) +IGNORE= is included in the base system. See mount_msdosfs(8) .else LAST_UPDATED= 20001022 -BROKEN= "Supports up-to-date -CURRENT only" +IGNORE= is not supported on this version of FreeBSD .endif post-extract: |