mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Fix python shebangs
PR: 224656 Submitted by: Phillip R. Jaenke
This commit is contained in:
parent
c5d12d4f5a
commit
c0bbfc1b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458087
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: rooneg@electricjellyfish.net
|
||||
# $FreeBSD$
|
||||
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= Version control system
|
||||
|
@ -41,8 +41,7 @@ TOOLS_DESC= Install several tools
|
|||
FREEBSD_TEMPLATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-fbsd-template
|
||||
SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper
|
||||
|
||||
USES+= shebangfix
|
||||
python_CMD= ${LOCALBASE}/bin/python2
|
||||
USES+= shebangfix python:2.7,env
|
||||
python_OLD_CMD+= "/bin/env python"
|
||||
SHEBANG_REGEX= ./tools/.*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue