diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 23:20:52 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 23:20:52 +0800 |
commit | 3f3a7dc1271481d52af6d15947e4d91d9c6011c5 (patch) | |
tree | 0f1b470f4cea71c0676b00234623fc553649410f /databases | |
parent | 99306b038bc3d5d7dc78b6e8165df8e0718f2da2 (diff) | |
download | freebsd-ports-gnome-3f3a7dc1271481d52af6d15947e4d91d9c6011c5.tar.gz freebsd-ports-gnome-3f3a7dc1271481d52af6d15947e4d91d9c6011c5.tar.zst freebsd-ports-gnome-3f3a7dc1271481d52af6d15947e4d91d9c6011c5.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/riak/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/riak/Makefile b/databases/riak/Makefile index 8013a727aed7..305a38725889 100644 --- a/databases/riak/Makefile +++ b/databases/riak/Makefile @@ -2,6 +2,7 @@ PORTNAME= riak PORTVERSION= 1.4.12 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ @@ -13,7 +14,12 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/lib/erlang15/bin/erlc:${PORTSDIR}/lang/erlang-runtime15 -USES= gmake readline +USES= gmake readline shebangfix +SHEBANG_FILES= deps/eper/priv/bin/dtop \ + deps/eper/priv/bin/gperf \ + deps/eper/priv/bin/ntop \ + deps/eper/priv/bin/redbug \ + deps/eper/priv/bin/sherk USE_RC_SUBR= riak PLIST= ${WRKDIR}/pkg-plist |