Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2021 11:57:32 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50afe7b6d66d - main - databases/redisjson: cosmetic fix: remove a needless slash.
Message-ID:  <202108111157.17BBvWhd083182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

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

commit 50afe7b6d66d674f8499af47bb29defd54fcaef8
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-08-11 11:56:29 +0000
Commit:     Sergey A. Osokin <osa@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108111157.17BBvWhd083182>