aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-02 23:08:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-02 23:09:18 +0000
commit48f09edc07d429bc10fa769e8250ba6766326a52 (patch)
tree113feafdb4188439775af02d00c09e5bad530b5c
parent033810a207a398dc8f18dfe388e4cacdc265e8a2 (diff)
downloadports-48f09edc07d429bc10fa769e8250ba6766326a52.tar.gz
ports-48f09edc07d429bc10fa769e8250ba6766326a52.zip
security/solana: Install executable that was missing
-rw-r--r--security/solana/Makefile3
-rw-r--r--security/solana/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/security/solana/Makefile b/security/solana/Makefile
index ae0cffdbda97..4d3599dab2c3 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -1,6 +1,7 @@
PORTNAME= solana
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
@@ -561,7 +562,7 @@ LLVM_VERSION= 10
BINARY_ALIAS= llvm-config=${PREFIX}/bin/llvm-config${LLVM_VERSION}
do-install:
- for f in ${WRKDIR}/target/release/${PORTNAME}-*; do \
+ for f in ${WRKDIR}/target/release/${PORTNAME}*; do \
if [ -f $$f -a -x $$f ]; then \
${INSTALL_PROGRAM} $$f ${STAGEDIR}${PREFIX}/bin; \
fi \
diff --git a/security/solana/pkg-plist b/security/solana/pkg-plist
index 108ef39029e7..6c523b3c0985 100644
--- a/security/solana/pkg-plist
+++ b/security/solana/pkg-plist
@@ -1,3 +1,4 @@
+bin/solana
bin/solana-accounts-bench
bin/solana-accounts-cluster-bench
bin/solana-banking-bench