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

Approved by:	portmgr blanket
2017-01-09 10:04:06 +00:00

20 lines
339 B
Makefile

# $FreeBSD$
PORTNAME= firstboot-pkgs
PORTVERSION= 1.4
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>