svn commit: r357140 - head/devel/abi-compliance-checker

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 9 11:36:07 UTC 2014


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


More information about the svn-ports-all mailing list