summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-01-07 15:58:56 +0000
committerasami <asami@FreeBSD.org>2000-01-07 15:58:56 +0000
commit64e3b70653a01ee3aef87e8396e42934f21ff085 (patch)
tree63d35bd176ba874f9637b23960fbf8c38b6a5bbb
parent4b6d4e2e603d6f00df25607021149f953224cd3c (diff)
downloadFreeBSD-ports-64e3b70653a01ee3aef87e8396e42934f21ff085.zip
FreeBSD-ports-64e3b70653a01ee3aef87e8396e42934f21ff085.tar.gz
Don't attempt to build these on 4-current machines.
-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 9394b75..1dea5fa 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 28796bd..d9c1211 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 5a68cc0..d46a11a 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 c7fc76f..51a110e 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
OpenPOWER on IntegriCloud