1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-06 14:02:09 +00:00
parent 64b989457d
commit d7eb9084b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461049

View File

@ -3,6 +3,7 @@
PORTNAME= coccinelle
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://coccinelle.lip6.fr/distrib/
@ -20,7 +21,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre
USE_OCAML= 3.0+
USE_OCAML_CAMLP4=yes
USES= gmake perl5 pkgconfig:build python tar:tgz
USES= gmake perl5 pkgconfig:build python shebangfix tar:tgz
SHEBANG_FILES= tools/pycocci
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_VER}"