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 /misc/fep/Makefile | |
parent | Upgrade (diff) |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'misc/fep/Makefile')
-rw-r--r-- | misc/fep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index e7e4a1789e29..fd07d5414497 100644 --- a/misc/fep/Makefile +++ b/misc/fep/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/18 11:56:34 asami Exp $ # DISTNAME= fep PKGNAME= fep-1.0 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ MAINTAINER= nobu@psrc.isac.co.jp |