Date: Sun, 15 May 2016 18:17:59 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415276 - head/misc/raspbsd-led Message-ID: <201605151817.u4FIHxWl035230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Sun May 15 18:17:59 2016 New Revision: 415276 URL: https://svnweb.freebsd.org/changeset/ports/415276 Log: Add missing USE_RC_SUBR so the startup script is actually installed Approved by: bdrewery (mentor, implicit) Modified: head/misc/raspbsd-led/Makefile Modified: head/misc/raspbsd-led/Makefile ============================================================================== --- head/misc/raspbsd-led/Makefile Sun May 15 18:16:29 2016 (r415275) +++ head/misc/raspbsd-led/Makefile Sun May 15 18:17:59 2016 (r415276) @@ -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 board 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605151817.u4FIHxWl035230>