Date: Mon, 9 Jun 2014 11:36:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357140 - head/devel/abi-compliance-checker Message-ID: <201406091136.s59Ba6j5062058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jun 9 11:36:06 2014 New Revision: 357140 URL: http://svnweb.freebsd.org/changeset/ports/357140 QAT: https://qat.redports.org/buildarchive/r357140/ Log: Fix shebang for perl files Modified: head/devel/abi-compliance-checker/Makefile Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Mon Jun 9 11:21:52 2014 (r357139) +++ head/devel/abi-compliance-checker/Makefile Mon Jun 9 11:36:06 2014 (r357140) @@ -15,7 +15,8 @@ COMMENT= Checks binary compatibility of LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= *.pl .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS?= exctags:${PORTSDIR}/devel/ctags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091136.s59Ba6j5062058>