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/xlbiff | |
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/xlbiff')
-rw-r--r-- | mail/xlbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile index 793001c788cb..f9dbabcdd37f 100644 --- a/mail/xlbiff/Makefile +++ b/mail/xlbiff/Makefile @@ -3,10 +3,10 @@ # Date created: 23-Aug-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.1.1.1 1996/02/29 01:57:44 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/11/03 06:44:20 obrien Exp $ DISTNAME= xlbiff-3.0 -CATEGORIES+= mail x11 +CATEGORIES= mail x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.pacbell.com/mirror/ftp.x.org/X11/R5contrib/ \ ftp://ftp.funet.fi//pub/X11/R5contrib/ \ |