svn commit: r394469 - head/devel/p5-Clone-More

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


Author: sunpoet
Date: Mon Aug 17 13:04:12 2015
New Revision: 394469
URL: https://svnweb.freebsd.org/changeset/ports/394469

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

Modified:
  head/devel/p5-Clone-More/Makefile

Modified: head/devel/p5-Clone-More/Makefile
==============================================================================
--- head/devel/p5-Clone-More/Makefile	Mon Aug 17 13:04:07 2015	(r394468)
+++ head/devel/p5-Clone-More/Makefile	Mon Aug 17 13:04:12 2015	(r394469)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Clone-More
 PORTVERSION=	0.90.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,7 @@ USE_PERL5=	configure
 USES=		perl5
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Clone/More/More.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list