1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

math/cddlib: strip .so objects

Reported by:	mat@
This commit is contained in:
Fernando Apesteguía 2018-10-14 20:41:33 +00:00
parent 560b2215dd
commit 26166510af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482113

View File

@ -2,7 +2,7 @@
PORTNAME= cddlib
PORTVERSION= 0.94j
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MAINTAINER= phascolarctos@protonmail.ch
@ -48,4 +48,7 @@ post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} "examples*" ${STAGEDIR}${EXAMPLESDIR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>