diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-25 02:19:04 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-25 02:19:04 +0800 |
commit | b6af7d7309af73ebb99a7c73c67b44b0c2b75e0f (patch) | |
tree | dc19408d0bf91bc8fe6f1bccc844d8adaf60d87f | |
parent | 58cbf3a9f99aaf3b5254501911c589ca4b7bf67f (diff) | |
download | freebsd-ports-gnome-b6af7d7309af73ebb99a7c73c67b44b0c2b75e0f.tar.gz freebsd-ports-gnome-b6af7d7309af73ebb99a7c73c67b44b0c2b75e0f.tar.zst freebsd-ports-gnome-b6af7d7309af73ebb99a7c73c67b44b0c2b75e0f.zip |
. trim Makefile headers;
. reword COMMENT while removing the indefinite article.
-rw-r--r-- | mail/imaptools/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile index 50b8c0551fbb..c0a670311a27 100644 --- a/mail/imaptools/Makefile +++ b/mail/imaptools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/imaptools -# Date created: 2010-10-26 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= imaptools PORTVERSION= 1.135 @@ -13,7 +9,7 @@ MASTER_SITE_SUBDIR= bsam DISTNAME= imap_tools_V${PORTVERSION} MAINTAINER= bsam@FreeBSD.org -COMMENT= A number of tools and scripts for use with IMAP servers +COMMENT= Tools and scripts to use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKDIR}/license.txt |