diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-13 04:33:42 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-13 04:33:42 +0000 |
commit | 807b617aad2b3ea65889e58e1c623cb11d0e76c6 (patch) | |
tree | 3be574a4ab1b2fe6e8c891b632e6e0d9ff4500bb /mail/smtpmail | |
parent | 7acea610e3dcdaacfbc0c6b544893f67b0348175 (diff) | |
download | ports-807b617aad2b3ea65889e58e1c623cb11d0e76c6.tar.gz ports-807b617aad2b3ea65889e58e1c623cb11d0e76c6.zip |
Notes
Diffstat (limited to 'mail/smtpmail')
-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" \ |