svn commit: r430936 - head/sysutils/firstboot-pkgs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jan 9 10:04:07 UTC 2017
Author: amdmi3
Date: Mon Jan 9 10:04:06 2017
New Revision: 430936
URL: https://svnweb.freebsd.org/changeset/ports/430936
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-pkgs/Makefile
Modified: head/sysutils/firstboot-pkgs/Makefile
==============================================================================
--- head/sysutils/firstboot-pkgs/Makefile Mon Jan 9 10:03:47 2017 (r430935)
+++ head/sysutils/firstboot-pkgs/Makefile Mon Jan 9 10:04:06 2017 (r430936)
@@ -13,13 +13,8 @@ COMMENT= Install packages when the syste
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>
More information about the svn-ports-all
mailing list