diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-20 02:08:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-20 02:08:36 +0800 |
commit | fe7d3e72a8abb1f133a0d6a25a37a60984150f58 (patch) | |
tree | cfdb978bbf72622cd3668bedcf6937886d282a05 /korean | |
parent | 055a398f13a574ed76170be3c0b03f6936753659 (diff) | |
download | freebsd-ports-gnome-fe7d3e72a8abb1f133a0d6a25a37a60984150f58.tar.gz freebsd-ports-gnome-fe7d3e72a8abb1f133a0d6a25a37a60984150f58.tar.zst freebsd-ports-gnome-fe7d3e72a8abb1f133a0d6a25a37a60984150f58.zip |
Change one use of BROKEN to IGNORE and make all uses of IGNORE render
their text better.
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: |