diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /www/squid-current | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.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 |