diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-06-23 15:11:18 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-06-23 15:11:18 +0000 |
commit | 262194a5fcef9ee0a7a81fd68295cd1de8cbe2c2 (patch) | |
tree | 48f23ed617aeb91f958767563364a37ece6e8b57 /www/squid30/Makefile | |
parent | 2623e5f29709333fd5873b9a61efe21e606cbd02 (diff) |
change all squid ports from CONFLICTS to CONFLICTS_INSTALL
PR: ports/158194
Submitted by: Fedor A Borshev <fedor9@gmail.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=276142
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 236c79b1e190..238b83ffae99 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -103,7 +103,7 @@ LATEST_LINK= squid30 SQUID_STABLE_VER= 25 -CONFLICTS= squid-2.[0-9].* squid-3.[^0].* cacheboy-[0-9]* lusca-head-[0-9]* +CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[^0].* cacheboy-[0-9]* lusca-head-[0-9]* GNU_CONFIGURE= yes USE_BZIP2= yes USE_PERL5= yes |