summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/tinycdb/Makefile5
1 files 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>