aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-08-15 16:08:27 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-08-15 16:08:27 +0000
commit1552615f98a97d34aa074566688eccfe85d4b3c6 (patch)
treef80346dfe68888e12d00d1903ed08d70f85353ed
parent7c944c7370696341f8a6ee9cfdd9870e3abb3fd3 (diff)
downloadports-1552615f98a97d34aa074566688eccfe85d4b3c6.tar.gz
ports-1552615f98a97d34aa074566688eccfe85d4b3c6.zip
Register conflict, both ports install exact same files
Notes
Notes: svn path=/head/; revision=420248
-rw-r--r--textproc/libtext-charwidth-perl/Makefile2
-rw-r--r--textproc/p5-Text-CharWidth/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libtext-charwidth-perl/Makefile b/textproc/libtext-charwidth-perl/Makefile
index 0f6f163337c9..5b1e79ea6a17 100644
--- a/textproc/libtext-charwidth-perl/Makefile
+++ b/textproc/libtext-charwidth-perl/Makefile
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= perl5 tar:bz2
USE_PERL5= configure
+CONFLICTS_INSTALL= p5-Text-CharWidth-[0-9]*
+
post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
diff --git a/textproc/p5-Text-CharWidth/Makefile b/textproc/p5-Text-CharWidth/Makefile
index c947a1586a67..e4ae36a8ad46 100644
--- a/textproc/p5-Text-CharWidth/Makefile
+++ b/textproc/p5-Text-CharWidth/Makefile
@@ -14,4 +14,6 @@ COMMENT= Get number of occupied columns of a string on terminal
USES= perl5
USE_PERL5= configure
+CONFLICTS_INSTALL= libtext-charwidth-perl-[0-9]*
+
.include <bsd.port.mk>