diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-14 19:59:51 +0000 | 
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-14 19:59:51 +0000 | 
| commit | 519b947dd815c4a9847201e78e2ed6686b46278d (patch) | |
| tree | 6b34745a623ef31a8d89b3c0a9654f8d470250b4 /mail/postfix/scripts/configure.postfix | |
| parent | Correct URL to ddos_scan homepage. (diff) | |
- Support SPF and TLS at the same time
PR:		ports/72774
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer timeout (2 weeks)
Notes
Notes:
    svn path=/head/; revision=121604
Diffstat (limited to 'mail/postfix/scripts/configure.postfix')
| -rw-r--r-- | mail/postfix/scripts/configure.postfix | 5 | 
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  | 
