summaryrefslogtreecommitdiff
path: root/japanese/msdosfs
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-10-14 23:29:54 +0000
committerR. Imura <imura@FreeBSD.org>2000-10-14 23:29:54 +0000
commit6992eb2f005aeef2e02786904f63ceef81a02f8d (patch)
treef4f9fd50959f27bbcbe6f5ff54547ec9d52de308 /japanese/msdosfs
parentUpgrade to scanssh 1.3 (diff)
- Divide PORTVERSION between -stable and -current.
- Define NO_PACKAGE only if -current.
Notes
Notes: svn path=/head/; revision=33843
Diffstat (limited to 'japanese/msdosfs')
-rw-r--r--japanese/msdosfs/Makefile6
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