svn commit: r431078 - head/sysutils/firstboot-growfs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jan 10 11:42:50 UTC 2017
Author: amdmi3
Date: Tue Jan 10 11:42:49 2017
New Revision: 431078
URL: https://svnweb.freebsd.org/changeset/ports/431078
Log:
- Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Modified:
head/sysutils/firstboot-growfs/Makefile
Modified: head/sysutils/firstboot-growfs/Makefile
==============================================================================
--- head/sysutils/firstboot-growfs/Makefile Tue Jan 10 11:42:38 2017 (r431077)
+++ head/sysutils/firstboot-growfs/Makefile Tue Jan 10 11:42:49 2017 (r431078)
@@ -13,13 +13,8 @@ COMMENT= Expand / when the system first
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>
More information about the svn-ports-all
mailing list