diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-11 22:03:06 +0000 | 
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-11 22:03:06 +0000 | 
| commit | ec97daf6c48fa15771a55727912f6a07fbe2d57b (patch) | |
| tree | 38e8b2ca0a6d8411b10b632b617e277e321d4c80 /mail/postfix1/scripts | |
| parent | Update to 6.14 and fix distfile fetching. (diff) | |
- Update to 1.1.13
- Remove BROKEN to 6.0
- Update patch files to use PATCH_STRIP=-p1
- Backport pkg-message from mail/postfix
PR:		ports/84781
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	portmgr (erwin)
Diffstat (limited to 'mail/postfix1/scripts')
| -rw-r--r-- | mail/postfix1/scripts/configure.postfix | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix index 6aa0216b011c..a60d0ba34630 100644 --- a/mail/postfix1/scripts/configure.postfix +++ b/mail/postfix1/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.39 2005-05-31 08:11:30 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.40 2005-08-11 22:03:06 pav Exp $  if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then  	exit @@ -92,7 +92,6 @@ for i; do  			echo "POSTFIX_AUXLIBS+=	-lssl -lcrypto"  			echo "DISTFILES+=	\${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz"  			echo "EXTRA_PATCHES+=	\${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" -			echo "PATCH_STRIP=	-p1"  			echo "TLS_SUFFIX=	+tls"  			SUB_TLS=""  			;; | 
