From a582224f292229127fbfc1892699cee68aed933f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 3 Oct 2007 23:08:56 +0000 Subject: Remove support for OSVERSION < 5 --- korean/msdosfs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'korean') diff --git a/korean/msdosfs/Makefile b/korean/msdosfs/Makefile index a45fe7de9252..dd61c3130d3b 100644 --- a/korean/msdosfs/Makefile +++ b/korean/msdosfs/Makefile @@ -25,10 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ko .include -.if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 -LAST_UPDATED= 20001027 -PATCHDIR= ${MASTERDIR}/patches.4 -.elif ${OSVERSION} >= 500016 && ${OSVERSION} < 501109 +.if ${OSVERSION} >= 500016 && ${OSVERSION} < 501109 # runs only after 9th Feb 2001 world LAST_UPDATED= 20010209 PATCHDIR= ${MASTERDIR}/patches.5 -- cgit v1.2.3