aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-freebsd-update
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2013-10-22 16:19:33 +0000
committerColin Percival <cperciva@FreeBSD.org>2013-10-22 16:19:33 +0000
commit3160ffc247842450374b90c2a64235fd18dd237e (patch)
treec79fa7fdeccd5e64af365bc078e3d1c2bea70c3f /sysutils/firstboot-freebsd-update
parente8c8bdc7bf0ddcfabc9bde46194f4a4e2a19845b (diff)
downloadports-3160ffc247842450374b90c2a64235fd18dd237e.tar.gz
ports-3160ffc247842450374b90c2a64235fd18dd237e.zip
Update for new __FreeBSD_version values with rc.d firstboot support.
Notes
Notes: svn path=/head/; revision=331293
Diffstat (limited to 'sysutils/firstboot-freebsd-update')
-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 6043af89ca36..73c145f2894e 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} < 1100001 )
+.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000501 ) || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
.endif