aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-freebsd-update/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-12-07 10:50:23 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-12-07 10:50:23 +0000
commit0dd076723fe4075e6b2576a07ad9d9d7b48e3afd (patch)
tree38fb9960e79051a9af0cbb9227ac29e242d7f14f /sysutils/firstboot-freebsd-update/Makefile
parenta88615c3853b88cd475dbe31860818a8fa4eba67 (diff)
downloadports-0dd076723fe4075e6b2576a07ad9d9d7b48e3afd.tar.gz
ports-0dd076723fe4075e6b2576a07ad9d9d7b48e3afd.zip
Notes
Diffstat (limited to 'sysutils/firstboot-freebsd-update/Makefile')
-rw-r--r--sysutils/firstboot-freebsd-update/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/firstboot-freebsd-update/Makefile b/sysutils/firstboot-freebsd-update/Makefile
index 61ebb7700cce..596b059413d9 100644
--- a/sysutils/firstboot-freebsd-update/Makefile
+++ b/sysutils/firstboot-freebsd-update/Makefile
@@ -16,7 +16,7 @@ USE_RC_SUBR= firstboot_freebsd_update
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000501 ) || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
+.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
.endif