1PORTNAME= firstboot-growfs 2PORTVERSION= 1.0 3CATEGORIES= sysutils 4MASTER_SITES= # none 5DISTFILES= # none 6EXTRACT_ONLY= # none 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Expand / when the system first boots 10 11NO_WRKSUBDIR= yes 12NO_BUILD= yes 13NO_ARCH= yes 14 15USE_RC_SUBR= firstboot_growfs 16 17do-install: 18 ${NADA} 19 20.include <bsd.port.mk> 21