aboutsummaryrefslogtreecommitdiffstats
path: root/misc/raspbsd-led
diff options
context:
space:
mode:
authorbrd <brd@FreeBSD.org>2016-05-16 02:17:59 +0800
committerbrd <brd@FreeBSD.org>2016-05-16 02:17:59 +0800
commit0a4e39107d263c72cf0b50b6f02d283ec580d4cd (patch)
tree1527d90fd7a3560dd8fe13ca4f6bd462ddb8eaf1 /misc/raspbsd-led
parentcab834a6700af99b640d9d49c93a32d607468253 (diff)
downloadfreebsd-ports-gnome-0a4e39107d263c72cf0b50b6f02d283ec580d4cd.tar.gz
freebsd-ports-gnome-0a4e39107d263c72cf0b50b6f02d283ec580d4cd.tar.zst
freebsd-ports-gnome-0a4e39107d263c72cf0b50b6f02d283ec580d4cd.zip
Add missing USE_RC_SUBR so the startup script is actually installed
Approved by: bdrewery (mentor, implicit)
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>