diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /www/squid-current | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'www/squid-current')
-rw-r--r-- | www/squid-current/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/squid-current/Makefile b/www/squid-current/Makefile index 48f2439e1db..6dfca811ace 100644 --- a/www/squid-current/Makefile +++ b/www/squid-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/02/19 16:08:45 christos Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/20 22:48:45 hubertf Exp $ # DISTNAME= squid-2.1.PATCH2 @@ -20,12 +20,6 @@ PATCHFILES=squid-2.1.PATCH2-clientHandleIMSReply-leak.patch MAINTAINER= bad@netbsd.org HOMEPAGE= http://squid.nlanr.net/Squid/ -CONFLICTS= squid-1.1.21 \ - squid-2.0.PRE1 \ - squid-2.0.RELEASE \ - squid-2.0.PATCH1 \ - squid-2.0.PATCH2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=/etc \ --localstatedir=/var/squid |