Index: head/textproc/libtext-charwidth-perl/Makefile =================================================================== --- head/textproc/libtext-charwidth-perl/Makefile (revision 390076) +++ head/textproc/libtext-charwidth-perl/Makefile (revision 390077) @@ -1,22 +1,27 @@ # Created by: Meno Abels # $FreeBSD$ PORTNAME= libtext-charwidth-perl PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Documentation gettext tools WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= perl5 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