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 /x11/blast | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'x11/blast')
-rw-r--r-- | x11/blast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 6f6d4c982299..275112ac6664 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -3,12 +3,12 @@ # Date created: 9 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.2 1996/08/03 22:39:17 chuckr Exp $ +# $Id: Makefile,v 1.3 1996/11/13 12:41:35 asami Exp $ # DISTNAME= blast-1.0-ss-9.03 PKGNAME= blast-1.0 -CATEGORIES+= x11 +CATEGORIES= x11 MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \ ftp://ftp.ask.uni-karlsruhe.de/pub/hpux/X11/Demos/blast-1.0/ \ ftp://ftp.univie.ac.at/systems/hpux/hpux/X11/Demos/blast-1.0/ \ |