diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-03-09 03:35:12 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-09 03:35:12 +0000 |
commit | 9310d31e0b2c8ec50227c7775c57cba869ac28d3 (patch) | |
tree | 2591ce357cc369318c98e1eac31b0a493ef00303 /www/squid24/Makefile | |
parent | Move the '@unexec ...' stuff before the info/* files and sort. (diff) |
Include the regularly-scheduled post-beta-release patch.
Notes
Notes:
svn path=/head/; revision=10080
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 11fe868fcbe4..d19b53e016ff 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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.44 1998/02/16 13:16:37 asami Exp $ +# $Id: Makefile,v 1.45 1998/03/05 06:43:03 peter Exp $ # DISTNAME= squid-1.2.beta16 @@ -16,8 +16,8 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta16.patches +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta16.patch MAINTAINER= peter@freebsd.org |