diff options
author | mat <mat@FreeBSD.org> | 2013-10-23 18:51:03 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-23 18:51:03 +0800 |
commit | f098c1b95fee3f26533933e7db8257fdcfc3a12f (patch) | |
tree | 17c93ffe5674e5a98a5ad50080a931f118d7cbe9 /lang/perl5.14 | |
parent | 25b6f27a320d955304f45775c6e0327777d6342d (diff) | |
download | freebsd-ports-gnome-f098c1b95fee3f26533933e7db8257fdcfc3a12f.tar.gz freebsd-ports-gnome-f098c1b95fee3f26533933e7db8257fdcfc3a12f.tar.zst freebsd-ports-gnome-f098c1b95fee3f26533933e7db8257fdcfc3a12f.zip |
Ah, mixed up CONFLICTS and CONFLICTS_INSTALL.
Submitted by: az
Diffstat (limited to 'lang/perl5.14')
-rw-r--r-- | lang/perl5.14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 43253bfbe5f5..d46930bfb42a 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -76,7 +76,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) |