From f098c1b95fee3f26533933e7db8257fdcfc3a12f Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 23 Oct 2013 10:51:03 +0000 Subject: Ah, mixed up CONFLICTS and CONFLICTS_INSTALL. Submitted by: az --- lang/perl5.16/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/perl5.16') diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index 1ef2e05c6985..ac330f312245 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -75,7 +75,7 @@ PKGNAMESUFFIX= ${PERL_VERSION:C/\.[0-9]+\.[0-9]+$//} # make PKGNAME unique among other lang/perl5.x PKGNAMESUFFIX= ${PERL_VER} # always add default perl5 pkgname to conflicts -CONFLICTS+= perl5-* +CONFLICTS_INSTALL+= perl5-* .endif .if defined(PERL_VENDOR_PREFIX) -- cgit