diff options
author | billf <billf@FreeBSD.org> | 2002-12-05 09:05:20 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-12-05 09:05:20 +0800 |
commit | 0fa3e7ada5573326d8354f5736ca35a217633da8 (patch) | |
tree | 284502e404fc0095133b83a46a8f2cd1b69e576b /mail/ssmtp | |
parent | 386e9f3980a6595c942e303ad4f8c1a8a2d4a908 (diff) | |
download | freebsd-ports-gnome-0fa3e7ada5573326d8354f5736ca35a217633da8.tar.gz freebsd-ports-gnome-0fa3e7ada5573326d8354f5736ca35a217633da8.tar.zst freebsd-ports-gnome-0fa3e7ada5573326d8354f5736ca35a217633da8.zip |
change the 'IGNORE' statement to reflect that this port incorrectly
configures the hostname used in SMTP communication at compile-time instead
of install-time.
Approved by: portmgr (kkenn)
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index f32f7f3c4ae1..e8be4430a9ab 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/ssmtp/ \ ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ DISTNAME= ssmtp_2.38-9 -IGNORE= pkg_add cannot create /etc/ssmtp/smmtp.conf +IGNORE= configures the hostname at compiletime instead of installtime MAINTAINER= ns88@k.pl |