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/chimera/Makefile | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to '')
-rw-r--r-- | www/chimera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 49980dac4219..854576428987 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -3,11 +3,11 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.9 1995/05/27 04:48:30 asami Exp $ +# $Id: Makefile,v 1.10 1995/11/27 04:10:19 asami Exp $ # DISTNAME= chimera-1.65 -CATEGORIES+= www +CATEGORIES= www MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ MAINTAINER= asami@FreeBSD.ORG |