aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-12-06 05:55:23 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-12-06 05:55:23 +0000
commit838517183ab5de8c4219b1909bb8912c9c50469a (patch)
tree340b43062137ee3f994822160dea430f529348a7 /chinese
parentb56504f9274dbaa19f0e4357d4ae80f51f8704a6 (diff)
downloadports-838517183ab5de8c4219b1909bb8912c9c50469a.tar.gz
ports-838517183ab5de8c4219b1909bb8912c9c50469a.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/big5fs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile
index 36dec06e9b2d..0a2be40b958b 100644
--- a/chinese/big5fs/Makefile
+++ b/chinese/big5fs/Makefile
@@ -23,12 +23,14 @@ NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000
+.if ${OSVERSION} >= 500000 && ${OSVERSION} < 501109
MSDOSFSDIR= ${SYSDIR}/fs/msdosfs
MSDOSFSKO= msdosfs.ko
MSDOSFSKODIR= ${SYSDIR}/modules/msdosfs
NTFSDIR= ${SYSDIR}/fs/ntfs
NTFSPATCH= ntfs_big5.diff.5
+.elif ${OSVERSION} >= 501109
+IGNORE= is obsolete. See mount_cd9660(8), mount_msdosfs(8) or mount_ntfs(8)
.else
MSDOSFSDIR= ${SYSDIR}/msdosfs
MSDOSFSKO= msdos.ko