Date: Tue, 11 May 2021 21:51:26 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c575a868982 - main - databases/kyototycoon: Simplify Makefile Message-ID: <202105112151.14BLpQuT093460@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c575a8689826b2dab8e4fb261cae7329c6207a8 commit 1c575a8689826b2dab8e4fb261cae7329c6207a8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:14:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@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} {} +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpQuT093460>