git: 50afe7b6d66d - main - databases/redisjson: cosmetic fix: remove a needless slash.

Sergey A. Osokin osa at FreeBSD.org
Wed Aug 11 11:57:32 UTC 2021


The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50afe7b6d66d674f8499af47bb29defd54fcaef8

commit 50afe7b6d66d674f8499af47bb29defd54fcaef8
Author:     Sergey A. Osokin <osa at FreeBSD.org>
AuthorDate: 2021-08-11 11:56:29 +0000
Commit:     Sergey A. Osokin <osa at FreeBSD.org>
CommitDate: 2021-08-11 11:57:22 +0000

    databases/redisjson: cosmetic fix: remove a needless slash.
---
 databases/redisjson/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile
index 361da2c8ce0d..249edfc6deb2 100644
--- a/databases/redisjson/Makefile
+++ b/databases/redisjson/Makefile
@@ -108,6 +108,6 @@ WRKSRC=		${WRKDIR}/RedisJSON-1ca78bc
 PLIST_FILES=	lib/librejson.so
 
 do-install:
-	${INSTALL_LIB} ${WRKDIR}//target/release/librejson.so ${STAGEDIR}${PREFIX}/lib
+	${INSTALL_LIB} ${WRKDIR}/target/release/librejson.so ${STAGEDIR}${PREFIX}/lib
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list