freebsd-ports/sysutils/firstboot-pkgs/Makefile
Muhammad Moinur Rahman 8c1c637b5e
sysutils/firstboot-pkgs: Refactor examples
Some of the examples in the rc script points to older versions of ports
which are no longer in the tree. There is no change in the
dunctionality of the ports. This is just a cosmetic change.

Approved by:	cperciva (slack)
2024-04-12 17:10:23 +02:00

18 lines
326 B
Makefile

PORTNAME= firstboot-pkgs
PORTVERSION= 1.7
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>