aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-03 06:14:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-03 06:14:02 +0800
commit6da47a9ef884ce115e126a8c391641340d7fa912 (patch)
tree17f09c72399f2459208578bf364bd246e3e7dc4e /textproc
parent985792df4257e4d07b1c6cd083beea2cf4619df3 (diff)
downloadfreebsd-ports-gnome-6da47a9ef884ce115e126a8c391641340d7fa912.tar.gz
freebsd-ports-gnome-6da47a9ef884ce115e126a8c391641340d7fa912.tar.zst
freebsd-ports-gnome-6da47a9ef884ce115e126a8c391641340d7fa912.zip
- Strip library
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile
index 78ea975be5c8..30f913a25e39 100644
--- a/textproc/sary/Makefile
+++ b/textproc/sary/Makefile
@@ -22,5 +22,6 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . ! -name "*Makefile*" | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsary.so
.include <bsd.port.mk>