- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-10 23:06:08 +00:00
parent dff37aa3bb
commit ba6fcc6f2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396631

View file

@ -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>