mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add missing USE_RC_SUBR so the startup script is actually installed
Approved by: bdrewery (mentor, implicit)
This commit is contained in:
parent
e9e5f53656
commit
f37fed49de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415276
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue