freebsd-ports/sysutils/firstboot-growfs/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
320 B
Makefile

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>