aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-31 23:20:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-31 23:20:52 +0800
commit364c9dae24a3b3ef40d76ce1ff0b7c80c9171a44 (patch)
tree0f1b470f4cea71c0676b00234623fc553649410f /databases
parentb732caed5d5f28ab66eb25e55d00fa8126a8e74d (diff)
downloadfreebsd-ports-gnome-364c9dae24a3b3ef40d76ce1ff0b7c80c9171a44.tar.gz
freebsd-ports-gnome-364c9dae24a3b3ef40d76ce1ff0b7c80c9171a44.tar.zst
freebsd-ports-gnome-364c9dae24a3b3ef40d76ce1ff0b7c80c9171a44.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'databases')
-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