diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | ad744288184799669b3c6ed466204cf2079b8596 (patch) | |
tree | 13e685282822b31367902839f70a41b95b4c74f8 /mail/smail | |
parent | 434fa1088358e4bc14f819c97fa4beadf7ea1900 (diff) | |
download | ports-ad744288184799669b3c6ed466204cf2079b8596.tar.gz ports-ad744288184799669b3c6ed466204cf2079b8596.zip |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Notes
Notes:
svn path=/head/; revision=4382
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 7a73059fb830..bb9a620b6e70 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,11 +3,11 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1995/10/06 22:03:17 torstenb Exp $ +# $Id: Makefile,v 1.11 1995/11/09 06:01:03 asami Exp $ # DISTNAME= smail-3.1.29.1 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ MAINTAINER= torstenb@FreeBSD.ORG |