aboutsummaryrefslogtreecommitdiff
path: root/databases/kyototycoon
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 22:48:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 22:48:45 +0000
commitc0bc3e8fb1231dec632f22558b4646a7af156002 (patch)
tree458e198dd0e2ce7fc922d281678fe608b43ab404 /databases/kyototycoon
parent2902d8884118d702f811d5a79e32f933c0455c68 (diff)
downloadports-c0bc3e8fb1231dec632f22558b4646a7af156002.tar.gz
ports-c0bc3e8fb1231dec632f22558b4646a7af156002.zip
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Notes
Notes: svn path=/head/; revision=377364
Diffstat (limited to 'databases/kyototycoon')
-rw-r--r--databases/kyototycoon/Makefile3
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} '{}' \;