summaryrefslogtreecommitdiff
path: root/korean/msdosfs/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-09-28 03:46:43 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-09-28 03:46:43 +0000
commit82fbf5af097d98347aae0cbfbe30eb28299a0e22 (patch)
tree06fd9d784820d05e5cea1929ba4509306b103b52 /korean/msdosfs/Makefile
parent- Fix BATCH=yes patch for bento. (diff)
sysutis/cd9660, japanese/msdosfs and korean/msdosfs is now
obsolete because of kiconv(3) importing of the recent tree. PR: 57278 Submitted by: Ryuichiro Imura <imura@yu16.org>
Notes
Notes: svn path=/head/; revision=89601
Diffstat (limited to '')
-rw-r--r--korean/msdosfs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/korean/msdosfs/Makefile b/korean/msdosfs/Makefile
index 885561a0dece..08788eec9bda 100644
--- a/korean/msdosfs/Makefile
+++ b/korean/msdosfs/Makefile
@@ -28,11 +28,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ko
.if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000
LAST_UPDATED= 20001027
PATCHDIR= ${MASTERDIR}/patches.4
-.elif ${OSVERSION} >= 500016
+.elif ${OSVERSION} >= 500016 && ${OSVERSION} < 501109
# runs only after 9th Feb 2001 world
LAST_UPDATED= 20010209
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)
.else
LAST_UPDATED= 20001022
BROKEN= "Supports up-to-date -CURRENT only"