Created attachment 145374 [details] Patch to Makefile to define shebangfix files to fix perl scripts It was reported to me that a git script had the wrong shebang for perl. Upon investigation, it looks like it on the order of 60 files with unfixed shebangs. devel/git has USES=shebangfix but it looks like it was never used. The following patch will properly fix all the perl scripts that get installed (and probably a few more). The ones this doesn't fix don't get installed.
Wesley, is this okay to commit?
Actually shebang fixes are covered by the general infrastructure blanket, so I've already gotten approval. I was just providing a preview/head-ups as a courtesy. I may get around to committing this in a few hours or tomorrow...
A commit references this bug: Author: marino Date: Thu Aug 7 09:24:05 UTC 2014 New revision: 364254 URL: http://svnweb.freebsd.org/changeset/ports/364254 Log: devel/git: Supply SHEBANG_FILES for shebangfix The git port had USES=shebangfix defined but it was not told to fix anything. This patch will fix the shebang on a couple dozen perl scripts. PR: 192386 Submitted by: marino Approved by: General Blanket (wxs@ in copy) Changes: head/devel/git/Makefile