diff options
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index ba353202f641..2da1d701f8dd 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.23 1997/03/02 02:50:41 peter Exp $ +# $Id: Makefile,v 1.24 1997/03/04 12:03:23 peter Exp $ # DISTNAME= squid-1.1.8 @@ -15,9 +15,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz +PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.8/ +PATCHFILES+= fixes.patch + MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid +DIST_SUBDIR= squid118 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |