diff options
author | R. Imura <imura@FreeBSD.org> | 2000-10-14 23:29:54 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-10-14 23:29:54 +0000 |
commit | 6992eb2f005aeef2e02786904f63ceef81a02f8d (patch) | |
tree | f4f9fd50959f27bbcbe6f5ff54547ec9d52de308 | |
parent | 5d9922d00841acd9acafe0b2952ce0085afeb752 (diff) | |
download | ports-6992eb2f005aeef2e02786904f63ceef81a02f8d.tar.gz ports-6992eb2f005aeef2e02786904f63ceef81a02f8d.zip |
Notes
-rw-r--r-- | japanese/msdosfs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile index 2f42202dcf23..701aa02c8521 100644 --- a/japanese/msdosfs/Makefile +++ b/japanese/msdosfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msdosfs -PORTVERSION= 20001009 +PORTVERSION= ${LAST_UPDATED} CATEGORIES= japanese MASTER_SITES= http://www.linkclub.or.jp/~clover/ \ ${MASTER_SITE_LOCAL} @@ -18,14 +18,16 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= imura@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ja -NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 +LAST_UPDATED= 20001007 PATCHDIR= ${MASTERDIR}/patches.4 .elif ${OSVERSION} >= 500013 +LAST_UPDATED= 20001009 PATCHDIR= ${MASTERDIR}/patches.5 +NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .else BROKEN= "It may not work with your FreeBSD version (but I'm not sure)" .endif |