diff options
author | R. Imura <imura@FreeBSD.org> | 2000-10-14 22:02:58 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-10-14 22:02:58 +0000 |
commit | 796d5d1be3430b4d483f53d62b537d5cd10572d8 (patch) | |
tree | 9798aaa4ecb7c165295df252c143765b6ec28d34 /japanese/msdosfs/Makefile | |
parent | 82bf1f9a4001776257337208b6bea0119add0d0a (diff) |
Notes
Diffstat (limited to 'japanese/msdosfs/Makefile')
-rw-r--r-- | japanese/msdosfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile index 43ad9c16dfb4..2f42202dcf23 100644 --- a/japanese/msdosfs/Makefile +++ b/japanese/msdosfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msdosfs -PORTVERSION= 20001007 +PORTVERSION= 20001009 CATEGORIES= japanese MASTER_SITES= http://www.linkclub.or.jp/~clover/ \ ${MASTER_SITE_LOCAL} @@ -24,7 +24,7 @@ NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 PATCHDIR= ${MASTERDIR}/patches.4 -.elif ${OSVERSION} >= 500012 +.elif ${OSVERSION} >= 500013 PATCHDIR= ${MASTERDIR}/patches.5 .else BROKEN= "It may not work with your FreeBSD version (but I'm not sure)" |