Add missing USE_RC_SUBR so the startup script is actually installed

Approved by:	bdrewery (mentor, implicit)
This commit is contained in:
Brad Davis 2016-05-15 18:17:59 +00:00
parent e9e5f53656
commit f37fed49de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415276

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= raspbsd-led
PORTVERSION= 0.2
PORTVERSION= 0.2_1
DISTVERSIONPREFIX= v
CATEGORIES= misc
@ -11,6 +11,7 @@ COMMENT= Misc LED programs for ARM boards
USE_GITHUB= yes
GH_ACCOUNT= raspbsd
ONLY_FOR_ARCHS= armv6
USE_RC_SUBR= flash-heartbead-led
PLIST_FILES= sbin/flash-heartbeat-led
.include <bsd.port.mk>