freebsd-ports/sysutils/firstboot-pkgs/Makefile
Brad Davis 1d3c973e87 sysutils/firstboot-pkgs: Loop through the list installing one at a time to
handle missing pkgs in the repo.

Reviewed by:	allanjude
Approved by:	cperciva, bdrewery (implicit)
2017-01-30 17:48:06 +00:00

20 lines
339 B
Makefile

# $FreeBSD$
PORTNAME= firstboot-pkgs
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= cperciva@FreeBSD.org
COMMENT= Install packages when the system first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_ARCH= yes
USE_RC_SUBR= firstboot_pkgs
.include <bsd.port.mk>