Date: Fri, 3 Feb 2017 09:49:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433217 - head/sysutils/dtc Message-ID: <201702030949.v139nWI9001579@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702030949.v139nWI9001579>