aboutsummaryrefslogtreecommitdiff
path: root/misc/raspbsd-led
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2016-05-15 18:17:59 +0000
committerBrad Davis <brd@FreeBSD.org>2016-05-15 18:17:59 +0000
commitf37fed49de4af806f63d7d4e23b9e5b35b0f6a05 (patch)
tree1527d90fd7a3560dd8fe13ca4f6bd462ddb8eaf1 /misc/raspbsd-led
parente9e5f536563fe10df14dbdc192cabd644450a124 (diff)
downloadports-f37fed49de4af806f63d7d4e23b9e5b35b0f6a05.tar.gz
ports-f37fed49de4af806f63d7d4e23b9e5b35b0f6a05.zip
Add missing USE_RC_SUBR so the startup script is actually installed
Approved by: bdrewery (mentor, implicit)
Notes
Notes: svn path=/head/; revision=415276
Diffstat (limited to 'misc/raspbsd-led')
-rw-r--r--misc/raspbsd-led/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/raspbsd-led/Makefile b/misc/raspbsd-led/Makefile
index ee25cf6c01d5..b6568902fc38 100644
--- a/misc/raspbsd-led/Makefile
+++ b/misc/raspbsd-led/Makefile
@@ -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>