diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
commit | 2df0b0be3e0475f44afb4415f5fea89d3074e01e (patch) | |
tree | dab53b10c77fec063733363128dae6322f1eacab /shells | |
parent | 644c7b7743aecd518e64fc296170ab18a22d8350 (diff) | |
download | FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.zip FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.gz |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 8372d7d..4467893 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -3,12 +3,12 @@ # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/20 07:53:43 asami Exp $ # DISTNAME= FD-1.01 PKGNAME= fd-1.01 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.mei.co.jp/free/others/Utilities/ MAINTAINER= nobu@psrc.isac.co.jp |