svn commit: r482113 - head/math/cddlib

Fernando Apesteguía fernape at FreeBSD.org
Sun Oct 14 20:41:34 UTC 2018


Author: fernape
Date: Sun Oct 14 20:41:33 2018
New Revision: 482113
URL: https://svnweb.freebsd.org/changeset/ports/482113

Log:
  math/cddlib: strip .so objects
  
  Reported by:	mat@

Modified:
  head/math/cddlib/Makefile

Modified: head/math/cddlib/Makefile
==============================================================================
--- head/math/cddlib/Makefile	Sun Oct 14 20:17:25 2018	(r482112)
+++ head/math/cddlib/Makefile	Sun Oct 14 20:41:33 2018	(r482113)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cddlib
 PORTVERSION=	0.94j
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	phascolarctos at protonmail.ch
@@ -47,5 +47,8 @@ post-install-MANUAL-on:
 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>


More information about the svn-ports-head mailing list