diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 03:02:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 03:02:36 +0800 |
commit | 8b0f4995975a7192fe1dccfc546a4fa4a8be286b (patch) | |
tree | ed4e6519677408feb1d3f0f8c0a29a7ec7bdb615 | |
parent | 7f2fd9906d584ecf013816a4f00ba669655e305e (diff) | |
download | freebsd-ports-gnome-8b0f4995975a7192fe1dccfc546a4fa4a8be286b.tar.gz freebsd-ports-gnome-8b0f4995975a7192fe1dccfc546a4fa4a8be286b.tar.zst freebsd-ports-gnome-8b0f4995975a7192fe1dccfc546a4fa4a8be286b.zip |
. trim Makefile headers;
. remove the indefinite article from COMMENT.
-rw-r--r-- | sysutils/anteater/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile index 4aa809d210a3..a2ca3b153e3c 100644 --- a/sysutils/anteater/Makefile +++ b/sysutils/anteater/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: anteater -# Date created: Aug 13, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= anteater PORTVERSION= 0.4.5 @@ -12,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A MTA log analyzer +COMMENT= MTA log analyzer USE_BZIP2= yes GNU_CONFIGURE= yes |