diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-13 12:33:42 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-13 12:33:42 +0800 |
commit | 3d52697770c31a0c5eeaee447350d01371dacc35 (patch) | |
tree | 599b18910f8cad653a72b53db443a1d50407263c /mail | |
parent | 1705560b1121c08b523ec0aa79b79c7aa20c3673 (diff) | |
download | freebsd-ports-gnome-3d52697770c31a0c5eeaee447350d01371dacc35.tar.gz freebsd-ports-gnome-3d52697770c31a0c5eeaee447350d01371dacc35.tar.zst freebsd-ports-gnome-3d52697770c31a0c5eeaee447350d01371dacc35.zip |
. Move COMMENT towards grammatical correctness.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 5be0fbf6a339..07784ce1d633 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@corp.grupos.com.br -COMMENT= Tool to send the mails over remote smtp server +COMMENT= Tool to send e-mail via a remote smtp server GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |