aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-freebsd-update
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 09:54:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 09:54:20 +0000
commit6147e7195cfec1a2f448955107e143072dba49ce (patch)
tree26ac9fab841ace5dfbf1656401456fe383410270 /sysutils/firstboot-freebsd-update
parent49bac7443bfe79879b436da5015642c9fab5d179 (diff)
downloadports-6147e7195cfec1a2f448955107e143072dba49ce.tar.gz
ports-6147e7195cfec1a2f448955107e143072dba49ce.zip
Notes
Diffstat (limited to 'sysutils/firstboot-freebsd-update')
-rw-r--r--sysutils/firstboot-freebsd-update/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/firstboot-freebsd-update/Makefile b/sysutils/firstboot-freebsd-update/Makefile
index 8aecc139d0c6..111b01df234b 100644
--- a/sysutils/firstboot-freebsd-update/Makefile
+++ b/sysutils/firstboot-freebsd-update/Makefile
@@ -13,13 +13,8 @@ COMMENT= Update the system using freebsd-update when it first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
+NO_ARCH= yes
USE_RC_SUBR= firstboot_freebsd_update
-.include <bsd.port.options.mk>
-
-.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
-
.include <bsd.port.mk>