1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/sysutils/firstboot-freebsd-update/Makefile
Dmitry Marakasov 6147e7195c - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Add NO_ARCH

Approved by:	portmgr blanket
2017-01-09 09:54:20 +00:00

21 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= firstboot-freebsd-update
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= cperciva@FreeBSD.org
COMMENT= Update the system using freebsd-update when it first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_ARCH= yes
USE_RC_SUBR= firstboot_freebsd_update
.include <bsd.port.mk>