1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Strip libraries

This commit is contained in:
Dmitry Marakasov 2015-06-07 14:52:14 +00:00
parent 7617b7db95
commit 36bcb15a0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388704

View File

@ -3,7 +3,7 @@
PORTNAME= gale
PORTVERSION= 0.99f
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= http://download.ofb.net/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}ruit
@ -31,4 +31,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
${WRKSRC}/liboop/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>