- 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:
parent
61af7d2bbd
commit
d9ef13df2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431078
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user