mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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)
This commit is contained in:
parent
d108f8a93f
commit
ed5e824cbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364254
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= git
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= KERNEL_ORG
|
||||
MASTER_SITE_SUBDIR= software/scm/git
|
||||
@ -30,6 +31,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV+= V=1
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= git_daemon
|
||||
SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \
|
||||
contrib/hooks/update-paranoid \
|
||||
contrib/credential/netrc/git-credential-netrc \
|
||||
contrib/diff-highlight/diff-highlight \
|
||||
contrib/buildsystems/generate contrib/contacts/git-contacts
|
||||
|
||||
CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user