- Fix shebangs properly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-27 12:34:15 +00:00
parent 8ecbabce5f
commit e67cc0b93e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463122

View file

@ -4,7 +4,7 @@
PORTNAME= uzbl PORTNAME= uzbl
PORTVERSION= 0.9.1 PORTVERSION= 0.9.1
DISTVERSIONPREFIX=v DISTVERSIONPREFIX=v
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= www CATEGORIES= www
MAINTAINER= aehlig@linta.de MAINTAINER= aehlig@linta.de
@ -31,8 +31,8 @@ INSTALLS_ICONS= yes
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= uzbl GH_ACCOUNT= uzbl
SHEBANG_FILES= examples/data/scripts/auth.py \ SHEBANG_FILES= bin/uzbl-tabbed \
examples/data/scripts/scheme.py \ examples/data/scripts/*.py \
examples/data/scripts/uzblcat examples/data/scripts/uzblcat
MAKE_ENV= PYTHON=${PYTHON_VERSION} \ MAKE_ENV= PYTHON=${PYTHON_VERSION} \