aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/scripts/configure.postfix
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-14 19:59:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-14 19:59:51 +0000
commit519b947dd815c4a9847201e78e2ed6686b46278d (patch)
tree6b34745a623ef31a8d89b3c0a9654f8d470250b4 /mail/postfix/scripts/configure.postfix
parent19c1399ef09ba9953fbf5ae75944450b709591ea (diff)
Notes
Diffstat (limited to 'mail/postfix/scripts/configure.postfix')
-rw-r--r--mail/postfix/scripts/configure.postfix5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix
index aeca9b21793d..a22330259928 100644
--- a/mail/postfix/scripts/configure.postfix
+++ b/mail/postfix/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.55 2004-10-26 14:23:33 pav Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.56 2004-11-14 19:59:51 pav Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -219,6 +219,9 @@ while [ "$1" ]; do
## echo "README+= SPF_README"
echo ""
SUB_SPF=""
+ if [ X$SUB_TLS != "X" ]; then
+ echo "EXTRA_PATCHES+= ${FILESDIR}/extra-libspf2_and_tls.patch"
+ fi
;;
IPv6)
if [ X$SUB_TLS = "X" ]; then