Skip to content

Commit

Permalink
databases/tinycdb: Simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 11, 2021
1 parent 1c575a8 commit 606ed48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions databases/tinycdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 606ed48

Please sign in to comment.