- Fix shebangs properly
Approved by: portmgr blanket
This commit is contained in:
parent
8ecbabce5f
commit
e67cc0b93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463122
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= uzbl
|
||||
PORTVERSION= 0.9.1
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= aehlig@linta.de
|
||||
|
@ -31,8 +31,8 @@ INSTALLS_ICONS= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= uzbl
|
||||
|
||||
SHEBANG_FILES= examples/data/scripts/auth.py \
|
||||
examples/data/scripts/scheme.py \
|
||||
SHEBANG_FILES= bin/uzbl-tabbed \
|
||||
examples/data/scripts/*.py \
|
||||
examples/data/scripts/uzblcat
|
||||
|
||||
MAKE_ENV= PYTHON=${PYTHON_VERSION} \
|
||||
|
|
Loading…
Reference in a new issue