aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-31 15:26:24 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-31 15:26:24 +0000
commit0e42132d852acb7dca476be4648ed60b352e78e2 (patch)
tree8516e7515bf0e4af9e483168d775604b71b764b0
parent064b25ef3a8a578e19013cc3bff533d24443d2e2 (diff)
downloadports-0e42132d852acb7dca476be4648ed60b352e78e2.tar.gz
ports-0e42132d852acb7dca476be4648ed60b352e78e2.zip
MFH: r393324
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=393326
-rw-r--r--databases/riak/Makefile8
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