summaryrefslogtreecommitdiff
path: root/sysutils/dtc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-02-03 09:49:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-02-03 09:49:32 +0000
commit10788e3de4f08f9592a758e00ac14f9eb5aecfea (patch)
treeb0ff2ac5598ce06d00a91d5d4fed8f894c8af3e4 /sysutils/dtc
parentRemove traces of armv6hf which no longer exists as an arch. [1] (diff)
- shebangfix dtdiff
- Add missing USE_LDCONFIG
Notes
Notes: svn path=/head/; revision=433217
Diffstat (limited to 'sysutils/dtc')
-rw-r--r--sysutils/dtc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile
index ac55350d1da9..d438a4c54347 100644
--- a/sysutils/dtc/Makefile
+++ b/sysutils/dtc/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
-#
-# Device Tree Compiler, tweaked for FreeBSD
-#
PORTNAME= dtc
PORTVERSION= 1.4.2
-DISTVERSIONPREFIX= ports-v
+DISTVERSIONPREFIX= ports-v
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= imp@FreeBSD.org
@@ -13,7 +11,9 @@ COMMENT= Device Tree Compiler
LICENSE= GPLv2
-USES= bison gmake
+USES= bison gmake shebangfix
+USE_LDCONFIG= yes
+SHEBANG_FILES= dtdiff
USE_GITHUB= yes
GH_ACCOUNT= bsdimp