svn commit: r390077 - head/textproc/libtext-charwidth-perl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 21:24:40 UTC 2015


Author: amdmi3
Date: Thu Jun 18 21:24:39 2015
New Revision: 390077
URL: https://svnweb.freebsd.org/changeset/ports/390077

Log:
  - Strip library

Modified:
  head/textproc/libtext-charwidth-perl/Makefile

Modified: head/textproc/libtext-charwidth-perl/Makefile
==============================================================================
--- head/textproc/libtext-charwidth-perl/Makefile	Thu Jun 18 21:24:36 2015	(r390076)
+++ head/textproc/libtext-charwidth-perl/Makefile	Thu Jun 18 21:24:39 2015	(r390077)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtext-charwidth-perl
 PORTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
@@ -19,4 +19,9 @@ USE_PERL5=	configure
 post-extract:
 	@${MV} ${WRKSRC}.orig ${WRKSRC}
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list