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/apache22 | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 8e41837..a2f1ded 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -3,12 +3,12 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.20 1996/11/07 01:49:46 ache Exp $ +# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $ # DISTNAME= apache_1.1.1 PKGNAME= apache-1.1.1 -CATEGORIES+= www +CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org |