diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
commit | a582224f292229127fbfc1892699cee68aed933f (patch) | |
tree | 333ccfa77fd4ff5b72f7b76fe184fe2835d53128 /korean | |
parent | 83f7357c87ae604238f596915905c471a4241942 (diff) | |
download | ports-a582224f292229127fbfc1892699cee68aed933f.tar.gz ports-a582224f292229127fbfc1892699cee68aed933f.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/msdosfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 <bsd.port.pre.mk> -.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 |