diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
commit | 37bf109345c47df26a557cde52e2fa7c4cefa61f (patch) | |
tree | f18b1a4e1bec48ac54096cb793fb428d6441de6e /korean/msdosfs | |
parent | e90eea7c8106d9e81d021eae312dbffbbd421c30 (diff) | |
download | freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.gz freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.zst freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'korean/msdosfs')
-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 |