aboutsummaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 07:49:53 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 07:49:53 +0000
commit20b7a5c052435b86bd4d68d77c7be5fc40b62fb4 (patch)
tree47ba52714d96c01a10725be5060212e20380db5c /mail/exim/Makefile
parent304c2a73cec3ac962da8a0ff5060fe785f9de222 (diff)
downloadports-20b7a5c052435b86bd4d68d77c7be5fc40b62fb4.tar.gz
ports-20b7a5c052435b86bd4d68d77c7be5fc40b62fb4.zip
Notes
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 42a8fff32b6c..a59a12392b31 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -70,10 +70,7 @@ SEDLIST+= -e 's,^EXIM_MONITOR,\#EXIM_MONITOR,'
.endif
.if !defined(WITHOUT_TLS)
-SEDLIST+= -e 's,XX_TLS_LIBS_XX,-lssl -lcrypto,' \
- -e 's,^\# SUPPORT_TLS=,SUPPORT_TLS=,'
-.else
-SEDLIST+= -e 's,^TLS_LIBS,\#TLS_LIBS,'
+SEDLIST+= -e 's,^\# SUPPORT_TLS=,SUPPORT_TLS=,'
.endif
.if !defined(WITHOUT_PERL)
@@ -150,7 +147,7 @@ SEDLIST+= -e 's,^\# SUPPORT_MBX=,SUPPORT_MBX=,'
do-configure:
${MKDIR} ${WRKSRC}/Local
- ${SED} ${SEDLIST} < ${FILESDIR}/Makefile > ${WRKSRC}/Local/Makefile
+ ${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile
${SED} ${SEDLIST} < ${FILESDIR}/configure.default \
> ${WRKSRC}/src/configure.default
${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local