1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-23 15:08:38 +00:00
parent a3f6fe1232
commit ceac7b941f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397617

View File

@ -3,6 +3,7 @@
PORTNAME= dragonfly
PORTVERSION= 1.0.12
PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@ -20,4 +21,7 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e '1s|#!env|#!/usr/bin/env|' ${WRKSRC}/dev/test_rails
.include <bsd.port.mk>