aboutsummaryrefslogtreecommitdiff
path: root/misc/raspbsd-led
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2015-11-07 03:05:33 +0000
committerBrad Davis <brd@FreeBSD.org>2015-11-07 03:05:33 +0000
commitcea470f5b508d2874e9a06aa84cc4c6819a253d9 (patch)
tree5e2d442977327dd153f8538ac98040dfb4f33828 /misc/raspbsd-led
parent1b96231b67b70b371313f431ce1c64b4f9ca6fe0 (diff)
downloadports-cea470f5b508d2874e9a06aa84cc4c6819a253d9.tar.gz
ports-cea470f5b508d2874e9a06aa84cc4c6819a253d9.zip
Add a missing ONLY_FOR_ARCHS= I forgot earlier and pet portlint.
Approved by: bdrewery (mentor)
Notes
Notes: svn path=/head/; revision=400970
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 ed66494b77f1..3639ac5289be 100644
--- a/misc/raspbsd-led/Makefile
+++ b/misc/raspbsd-led/Makefile
@@ -2,14 +2,15 @@
PORTNAME= raspbsd-led
PORTVERSION= 0.1
-CATEGORIES= misc
DISTVERSIONPREFIX= v
+CATEGORIES= misc
MAINTAINER= brd@FreeBSD.org
COMMENT= Misc LED programs for ARM boards
USE_GITHUB= yes
GH_ACCOUNT= raspbsd
+ONLY_FOR_ARCHS= armv6
PLIST_FILES= sbin/flash-heartbeat-led
.include <bsd.port.mk>