diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | 74fc2116970f8ec186a82750e4e221223f4cd2fd (patch) | |
tree | e6159e21d348c9ac6c0acecadc68fefbc6d6bb85 /mail/elm | |
parent | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff) | |
download | FreeBSD-ports-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip FreeBSD-ports-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 24eabf9..30f89a5 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,11 +4,11 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.30 1996/09/21 12:20:13 ache Exp $ +# $Id: Makefile,v 1.31 1996/10/03 19:07:54 ache Exp $ # DISTNAME= elm-2.4ME+28 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ ftp://ftp.ibp.fr/pub/unix/mail/elm-me/ |