git: 606ed4808fbf - main - databases/tinycdb: Simplify Makefile

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=606ed4808fbffb626d5dfdb36a73916e6255513e

commit 606ed4808fbffb626d5dfdb36a73916e6255513e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:57 +0000

    databases/tinycdb: Simplify Makefile
---
 databases/tinycdb/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile
index f1cd957fc044..b0e5b6a4ce0b 100644
--- a/databases/tinycdb/Makefile
+++ b/databases/tinycdb/Makefile
@@ -11,13 +11,14 @@ COMMENT=	Analogous to cdb, but faster
 
 LICENSE=	PD
 
+USES=		gmake
+
 ALL_TARGET=	static sharedlib
 INSTALL_TARGET=	install install-sharedlib
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
 USE_LDCONFIG=	yes
-USES=		gmake
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so.1
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so
 
 .include <bsd.port.mk>


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