git: 1c575a868982 - main - databases/kyototycoon: Simplify Makefile

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:51:27 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c575a8689826b2dab8e4fb261cae7329c6207a8

commit 1c575a8689826b2dab8e4fb261cae7329c6207a8
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:56 +0000

    databases/kyototycoon: Simplify Makefile
---
 databases/kyototycoon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile
index bba0b9379ee4..0e0580931a5a 100644
--- a/databases/kyototycoon/Makefile
+++ b/databases/kyototycoon/Makefile
@@ -60,7 +60,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so ${STAGEDIR}${PREFIX}/libexec/*.so
 
 post-install-DOCS-on:
 	${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} +


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