freebsd-ports/sysutils/firstboot-growfs/Makefile
Dmitry Marakasov d9ef13df2e - Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
2017-01-10 11:42:49 +00:00

20 lines
333 B
Makefile

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