summaryrefslogtreecommitdiffstats
path: root/japanese/msdosfs
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-10-14 23:29:54 +0000
committerimura <imura@FreeBSD.org>2000-10-14 23:29:54 +0000
commita7bef751349116701308dba0c8597e567e6a5de2 (patch)
tree2b2ea0ed813eb2c1265da884ec7a5b49e03e2c74 /japanese/msdosfs
parent9a440230e81ed6243e43cc743546e898a70f0de1 (diff)
downloadFreeBSD-ports-a7bef751349116701308dba0c8597e567e6a5de2.zip
FreeBSD-ports-a7bef751349116701308dba0c8597e567e6a5de2.tar.gz
- Divide PORTVERSION between -stable and -current.
- Define NO_PACKAGE only if -current.
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 2f42202..701aa02 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
OpenPOWER on IntegriCloud