svn commit: r394464 - head/chinese/p5-cconv

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


Author: sunpoet
Date: Mon Aug 17 13:03:49 2015
New Revision: 394464
URL: https://svnweb.freebsd.org/changeset/ports/394464

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

Modified:
  head/chinese/p5-cconv/Makefile

Modified: head/chinese/p5-cconv/Makefile
==============================================================================
--- head/chinese/p5-cconv/Makefile	Mon Aug 17 13:03:45 2015	(r394463)
+++ head/chinese/p5-cconv/Makefile	Mon Aug 17 13:03:49 2015	(r394464)
@@ -4,7 +4,7 @@
 PORTNAME=	cconv
 PORTVERSION=	0.6.1
 DISTVERSIONPREFIX=	perl-
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	chinese converters perl5
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	p5-
@@ -20,4 +20,7 @@ CFLAGS+=	-I${LOCALBASE}/include
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/cconv/cconv.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list