summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/30upgrade/Makefile2
-rw-r--r--misc/31upgrade/Makefile2
-rw-r--r--misc/32upgrade/Makefile2
-rw-r--r--misc/34upgrade/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile
index 9394b7535165..1dea5fa8aa28 100644
--- a/misc/30upgrade/Makefile
+++ b/misc/30upgrade/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org
.if !defined(PACKAGE_BUILDING)
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
-.elif ${OSVERSION} < 340000
+.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile
index 28796bdcfde2..d9c1211514d7 100644
--- a/misc/31upgrade/Makefile
+++ b/misc/31upgrade/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org
.if !defined(PACKAGE_BUILDING)
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
-.elif ${OSVERSION} < 340000
+.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
diff --git a/misc/32upgrade/Makefile b/misc/32upgrade/Makefile
index 5a68cc09af8c..d46a11a942e3 100644
--- a/misc/32upgrade/Makefile
+++ b/misc/32upgrade/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org
.if !defined(PACKAGE_BUILDING)
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
-.elif ${OSVERSION} < 340000
+.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
diff --git a/misc/34upgrade/Makefile b/misc/34upgrade/Makefile
index c7fc76f338fa..51a110e23918 100644
--- a/misc/34upgrade/Makefile
+++ b/misc/34upgrade/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org
.if !defined(PACKAGE_BUILDING)
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
-.elif ${OSVERSION} < 340000
+.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes