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/w3c-httpd | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 2987c67e93de..d3c47b2fbc47 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.10 1995/12/10 18:51:56 ache Exp $ +# $Id: Makefile,v 1.11 1996/03/09 06:35:38 peter Exp $ # DISTNAME= WWW PKGNAME= w3c_httpd-3.0 -CATEGORIES+= www +CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ ftp://ftp.w3.org/pub/libwww/ DISTFILES= libwww_2.17_src.tar.Z \ |