svn commit: r394467 - head/devel/p5-B-Hooks-OP-Annotation

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


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

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

Modified:
  head/devel/p5-B-Hooks-OP-Annotation/Makefile

Modified: head/devel/p5-B-Hooks-OP-Annotation/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-OP-Annotation/Makefile	Mon Aug 17 13:03:58 2015	(r394466)
+++ head/devel/p5-B-Hooks-OP-Annotation/Makefile	Mon Aug 17 13:04:02 2015	(r394467)
@@ -3,7 +3,7 @@
 
 PORTNAME=	B-Hooks-OP-Annotation
 PORTVERSION=	0.44
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,4 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/Annotation/Annotation.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list