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/exim | |
parent | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff) | |
download | freebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz freebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.zst freebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e925efcdb74..3ad92cf3d5d 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,11 +3,11 @@ # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.2 1996/07/09 21:24:41 asami Exp $ +# $Id: Makefile,v 1.3 1996/10/31 19:25:50 markm Exp $ # DISTNAME= exim-0.57 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ DISTFILES= exim-0.57.tar.gz exim-texinfo-0.57.tar.gz |