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/procmail | |
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/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index ab325869612e..67273c67cf38 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,12 +3,12 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.19 1995/06/26 05:00:44 ache Exp $ +# $Id: Makefile,v 1.20 1995/12/28 16:02:43 ache Exp $ # DISTNAME= procmail-3.11pre4 PKGNAME= procmail-3.11p4 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ INSTALL_TARGET= install-suid install.man |