- Add NO_ARCH

- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-10 11:42:49 +00:00
parent 61af7d2bbd
commit d9ef13df2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431078

View File

@ -13,13 +13,8 @@ COMMENT= Expand / when the system first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_ARCH= yes
USE_RC_SUBR= firstboot_growfs
.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>