aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-growfs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-10 11:42:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-10 11:42:49 +0000
commitd9ef13df2e32dfa74541bd4ae2155a7c39d63595 (patch)
treec2fa1966bb171f2878d3b3143cde9d65ec49e4f9 /sysutils/firstboot-growfs
parent61af7d2bbd430c6f84b66792a9fe6a2d8bb396a9 (diff)
downloadports-d9ef13df2e32dfa74541bd4ae2155a7c39d63595.tar.gz
ports-d9ef13df2e32dfa74541bd4ae2155a7c39d63595.zip
- Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431078
Diffstat (limited to 'sysutils/firstboot-growfs')
-rw-r--r--sysutils/firstboot-growfs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/firstboot-growfs/Makefile b/sysutils/firstboot-growfs/Makefile
index 082410f2678a..1d63d71d9afe 100644
--- a/sysutils/firstboot-growfs/Makefile
+++ b/sysutils/firstboot-growfs/Makefile
@@ -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>