- Fix shebangs
This commit is contained in:
parent
22a72a29d8
commit
d4f0d704aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389921
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vde2
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -17,7 +17,8 @@ CONFLICTS= vde-[0-9]*
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix
|
||||
USES= gmake libtool pathfix shebangfix
|
||||
SHEBANG_FILES= src/lib/python/VdePlug.py
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= V=1
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
|
Loading…
Reference in a new issue