security/dradis: convert to USES=shebangfix
This commit is contained in:
parent
5fa9eced24
commit
babeed20aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413897
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dradis
|
PORTNAME= dradis
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.6.1
|
DISTVERSION= 2.6.1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
@ -33,7 +34,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:R}
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
RUBY_SHEBANG_FILES= server/script/rails server/script/delayed_job
|
USES= shebangfix
|
||||||
|
SHEBANG_FILES= server/script/rails server/script/delayed_job
|
||||||
RUBY_NO_BUILD_DEPENDS= yes
|
RUBY_NO_BUILD_DEPENDS= yes
|
||||||
|
|
||||||
USES= dos2unix
|
USES= dos2unix
|
||||||
|
|
Loading…
Reference in a new issue