diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 22:48:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 22:48:45 +0000 |
commit | c0bc3e8fb1231dec632f22558b4646a7af156002 (patch) | |
tree | 458e198dd0e2ce7fc922d281678fe608b43ab404 /databases/kyototycoon | |
parent | 2902d8884118d702f811d5a79e32f933c0455c68 (diff) | |
download | ports-c0bc3e8fb1231dec632f22558b4646a7af156002.tar.gz ports-c0bc3e8fb1231dec632f22558b4646a7af156002.zip |
Notes
Diffstat (limited to 'databases/kyototycoon')
-rw-r--r-- | databases/kyototycoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index a8a19116a1b1..5c0c4e7ffcda 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --enable-uyield CPPFLAGS+= -fPIC GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' USE_LDCONFIG= yes @@ -29,7 +30,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} '{}' \; ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \; |