svn commit: r433217 - head/sysutils/dtc

Antoine Brodin antoine at FreeBSD.org
Fri Feb 3 09:49:33 UTC 2017


Author: antoine
Date: Fri Feb  3 09:49:32 2017
New Revision: 433217
URL: https://svnweb.freebsd.org/changeset/ports/433217

Log:
  - shebangfix dtdiff
  - Add missing USE_LDCONFIG

Modified:
  head/sysutils/dtc/Makefile

Modified: head/sysutils/dtc/Makefile
==============================================================================
--- head/sysutils/dtc/Makefile	Fri Feb  3 09:36:46 2017	(r433216)
+++ head/sysutils/dtc/Makefile	Fri Feb  3 09:49:32 2017	(r433217)
@@ -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 at 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


More information about the svn-ports-all mailing list