aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-18 15:16:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-18 15:16:43 +0000
commit1ea65a752ba5f155651b443bed762f43c44d1947 (patch)
tree9fb2f6ce93463f29842f1d7c70d9c5547c0540f4
parent244f57912095f23585620a8eb2cc50a5732a0817 (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=379211
-rw-r--r--devel/newt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index fb17fc150ff6..c6bba5b3e437 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -54,6 +54,7 @@ post-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/whiptail
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnewt.so
.if ${PORT_OPTIONS:MNLS}
@(cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} datadir=${STAGEDIR}${PREFIX}/share \