summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-18 13:21:48 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-18 13:21:48 +0000
commitbc9f859cdbbac175d1192093e918a0e0b15134b8 (patch)
tree6c773fdfa4741bbe4804725bd8e330be4156a7bb
parentUse $MASTER_SITE_SOURCEFORGE. (diff)
IGNORE for OSVERSION later than 440002, following the import
of userland smbfs in OSVERSION 440003. This port is now only useful for older 4.x and 5.x systems that are not STABLE / CURRENT.
Notes
Notes: svn path=/head/; revision=51732
-rw-r--r--net/smbfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/smbfs/Makefile b/net/smbfs/Makefile
index 408cc7b3e512..9e295b01cb38 100644
--- a/net/smbfs/Makefile
+++ b/net/smbfs/Makefile
@@ -24,6 +24,10 @@ CONFIGURE_SCRIPT=configure
BROKEN= "OS versions prior to 400000 is not supported"
.endif
+.if ${OSVERSION} > 440002 && ${OSVERSION} < 500000
+IGNORE= "OS versions subsequent to 440002 include smbfs"
+.endif
+
.if ${OSVERSION} < 500000
PLIST_SUB= KMODDIR=${KMODDIR}
.else