diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:32:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:32:56 +0800 |
commit | 74fc2116970f8ec186a82750e4e221223f4cd2fd (patch) | |
tree | e6159e21d348c9ac6c0acecadc68fefbc6d6bb85 /mail/metamail | |
parent | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff) | |
download | freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.zst freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index e59697c3c501..b8b2878e27a3 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -3,12 +3,12 @@ # Date created: 17 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/04/23 12:47:03 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/06 00:23:00 torstenb Exp $ # DISTNAME= mm2.7 PKGNAME= mm-2.7 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ EXTRACT_SUFX= .tar.Z |