aboutsummaryrefslogtreecommitdiff
path: root/math/cddlib/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-10-14 20:41:33 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-10-14 20:41:33 +0000
commit26166510af4d36a40de30b44ecceb261ef735ced (patch)
tree0245cdc0dd694b65f02c980e4aee321e94c76313 /math/cddlib/Makefile
parent560b2215dd3e63c430132e49319f46035254351f (diff)
downloadports-26166510af4d36a40de30b44ecceb261ef735ced.tar.gz
ports-26166510af4d36a40de30b44ecceb261ef735ced.zip
Notes
Diffstat (limited to 'math/cddlib/Makefile')
-rw-r--r--math/cddlib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/cddlib/Makefile b/math/cddlib/Makefile
index c1fdd30c046f..1b111d76f174 100644
--- a/math/cddlib/Makefile
+++ b/math/cddlib/Makefile
@@ -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>