mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Fix the shebang file list
PR: 218891 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
This commit is contained in:
parent
e6ec808095
commit
9993abad59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439533
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= phoronix-test-suite
|
||||
PORTVERSION= 6.8.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://www.phoronix-test-suite.com/releases/
|
||||
|
||||
@ -19,17 +19,11 @@ USE_PHP= ctype curl dom filter gd hash json openssl pcntl posix \
|
||||
session simplexml sockets sqlite3 zip zlib
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/phoronix-test-suite
|
||||
SHEBANG_FILES= deploy/juju/trusty/pts/hooks/start \
|
||||
deploy/juju/trusty/pts/hooks/upgrade-charm \
|
||||
deploy/juju/trusty/pts/hooks/stop \
|
||||
deploy/juju/trusty/pts/hooks/phoronix-common \
|
||||
deploy/juju/trusty/pts/hooks/install \
|
||||
deploy/juju/trusty/pts/hooks/config-changed \
|
||||
SHEBANG_FILES= deploy/juju/trusty/pts/hooks/phoronix-common \
|
||||
deploy/juju/trusty/pts/actions/memory \
|
||||
deploy/juju/trusty/pts/actions/benchmark \
|
||||
deploy/juju/trusty/pts/actions/custom \
|
||||
deploy/juju/trusty/pts/actions/smoke \
|
||||
deploy/juju/trusty/pts/scripts/parse
|
||||
deploy/juju/trusty/pts/scripts/parse
|
||||
|
||||
RUN_DEPENDS+= fpdf>0:print/fpdf
|
||||
RUN_DEPENDS+= cmake:devel/cmake
|
||||
|
Loading…
Reference in New Issue
Block a user