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 /misc/fep | |
parent | 644c7b7743aecd518e64fc296170ab18a22d8350 (diff) | |
download | FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.zip FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.gz |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'misc/fep')
-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 e7e4a17..fd07d54 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 |