aboutsummaryrefslogtreecommitdiff
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
parent57579a2f6be6461e84228422cff029d7c0536e27 (diff)
downloadports-10788e3de4f08f9592a758e00ac14f9eb5aecfea.tar.gz
ports-10788e3de4f08f9592a758e00ac14f9eb5aecfea.zip
Notes
-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