- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
dff37aa3bb
commit
ba6fcc6f2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396631
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 2.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -19,4 +20,8 @@ USE_RUBY= yes
|
|||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1s|/usr/bin/evn|/usr/bin/env|' \
|
||||
${WRKSRC}/sample/gst-inspect.rb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue