- Fix shebangs in all scripts
This commit is contained in:
parent
7cb492172d
commit
ec069a20bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438473
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= scons
|
PORTNAME= scons
|
||||||
PORTVERSION= 2.5.1
|
PORTVERSION= 2.5.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
RUN_DEPENDS= gm4:devel/m4
|
RUN_DEPENDS= gm4:devel/m4
|
||||||
|
|
||||||
USES= python:2 shebangfix
|
USES= python:2 shebangfix
|
||||||
SHEBANG_FILES= script/scons
|
SHEBANG_FILES= script/scons*
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue