diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /www/squid23/Makefile | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'www/squid23/Makefile')
-rw-r--r-- | www/squid23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 1877dea..f72b253 100644 --- a/www/squid23/Makefile +++ b/www/squid23/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/ \ |