diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
commit | 6670a706f1c1bdb875d3af7d8ec6a354173bd8a1 (patch) | |
tree | 08a58f408d8500884a8953abcfe399b22df33d21 /mail/sendmail812 | |
parent | 8bfe7509369221694f74ab35ee3871a383cafa24 (diff) | |
download | ports-6670a706f1c1bdb875d3af7d8ec6a354173bd8a1.tar.gz ports-6670a706f1c1bdb875d3af7d8ec6a354173bd8a1.zip |
Notes
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 0b2d85377b52..335dbed9ae73 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -226,7 +226,7 @@ ${DESTDIR}/etc/mail/submit.cf: ${DESTDIR}/etc/mail/submit.mc install-sasldb: @${ECHO_CMD} "# Links:" @${ECHO_CMD} "#" - @${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/ + @${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/" @${ECHO_CMD} "# http://www.sendmail.org/~ca/email/auth.html" @${ECHO_CMD} "# http://www.asp.ogi.edu/people/paja/linux/sendmail/" @${ECHO_CMD} "# http://blue-labs.org/clue/sendmail.php" @@ -242,7 +242,7 @@ tls-install: .include <bsd.port.pre.mk> .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.include "${PORTSDIR}/security/openssl/Makefile.ssl" +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" .endif .if exists(${FILESDIR}/site.config.m4.local) |