aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-growfs/Makefile
blob: 3f1feee2b38405449580acb5847751a2e4db8c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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 <bsd.port.mk>