svn commit: r394486 - head/math/p5-Math-CDF

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:05:33 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:05:32 2015
New Revision: 394486
URL: https://svnweb.freebsd.org/changeset/ports/394486

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/math/p5-Math-CDF/Makefile

Modified: head/math/p5-Math-CDF/Makefile
==============================================================================
--- head/math/p5-Math-CDF/Makefile	Mon Aug 17 13:05:28 2015	(r394485)
+++ head/math/p5-Math-CDF/Makefile	Mon Aug 17 13:05:32 2015	(r394486)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Math-CDF
 PORTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,7 @@ COMMENT=	Generate probabilities and quan
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/CDF/CDF.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list