Index: head/textproc/libtext-charwidth-perl/Makefile =================================================================== --- head/textproc/libtext-charwidth-perl/Makefile (revision 420247) +++ head/textproc/libtext-charwidth-perl/Makefile (revision 420248) @@ -1,25 +1,27 @@ # Created by: Meno Abels # $FreeBSD$ PORTNAME= libtext-charwidth-perl PORTVERSION= 0.04 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 tar:bz2 USE_PERL5= configure +CONFLICTS_INSTALL= p5-Text-CharWidth-[0-9]* + post-extract: @${MV} ${WRKSRC}.orig ${WRKSRC} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so .include Index: head/textproc/p5-Text-CharWidth/Makefile =================================================================== --- head/textproc/p5-Text-CharWidth/Makefile (revision 420247) +++ head/textproc/p5-Text-CharWidth/Makefile (revision 420248) @@ -1,17 +1,19 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Text-CharWidth DISTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get number of occupied columns of a string on terminal USES= perl5 USE_PERL5= configure +CONFLICTS_INSTALL= libtext-charwidth-perl-[0-9]* + .include