diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 10:04:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 10:04:06 +0000 |
commit | b5f1d12ed57d9748c2142bdd9f10b65da601cb21 (patch) | |
tree | 7784afb904cbcd9f5825dbcc108f69ef60181a11 | |
parent | 43dcdd60b73ae5b93e0f785f91c5a4af5d831853 (diff) |
Notes
-rw-r--r-- | sysutils/firstboot-pkgs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/firstboot-pkgs/Makefile b/sysutils/firstboot-pkgs/Makefile index 6c117eddff39..5f6dc7452b53 100644 --- a/sysutils/firstboot-pkgs/Makefile +++ b/sysutils/firstboot-pkgs/Makefile @@ -13,13 +13,8 @@ COMMENT= Install packages when the system first boots NO_WRKSUBDIR= yes NO_BUILD= yes NO_INSTALL= yes +NO_ARCH= yes USE_RC_SUBR= firstboot_pkgs -.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> |