Index: head/sysutils/firstboot-growfs/Makefile =================================================================== --- head/sysutils/firstboot-growfs/Makefile (revision 431077) +++ head/sysutils/firstboot-growfs/Makefile (revision 431078) @@ -1,25 +1,20 @@ # $FreeBSD$ PORTNAME= firstboot-growfs PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= swills@FreeBSD.org 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 - -.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