diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /www/squid27 | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 1877deaf360c..f72b25308657 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -3,12 +3,12 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $ +# $Id: Makefile,v 1.7 1996/11/15 12:41:53 peter Exp $ # DISTNAME= squid-1.1.beta19 PKGNAME= squid-1.1b19 -CATEGORIES+= www +CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-1.1.beta/ \ |