diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
commit | 47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch) | |
tree | 04f524367e2c1e7a76912077649c7df5494a5dcb /shells/fd/Makefile | |
parent | Upgrade (diff) |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes:
svn path=/head/; revision=4385
Diffstat (limited to 'shells/fd/Makefile')
-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 8372d7d64ddb..4467893744f6 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 |