diff options
author | novel <novel@FreeBSD.org> | 2005-06-17 12:36:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-17 12:36:09 +0800 |
commit | f4ba2cbdab74152c940706e2452b6e1355af0844 (patch) | |
tree | c4d7a376fdb35bfd69be0e474360f83415a206b0 /mail/qmail | |
parent | a4e4ccb10d0bcd2b862fd0e27de1372f5b8edc4f (diff) | |
download | freebsd-ports-graphics-f4ba2cbdab74152c940706e2452b6e1355af0844.tar.gz freebsd-ports-graphics-f4ba2cbdab74152c940706e2452b6e1355af0844.tar.zst freebsd-ports-graphics-f4ba2cbdab74152c940706e2452b6e1355af0844.zip |
Fix qmail-tls patch name to create TLS.readme.
PR: 82343
Submitted by: Renato Botelho (maintainer)
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 544b6f7753a..5edcfd19587 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -467,7 +467,8 @@ post-patch: .endfor @cd ${WRKSRC} && ./install_spamcontrol.sh .elif defined(SLAVE_TLS) - @${HEAD} -74 ${DISTDIR}/${DIST_SUBDIR}/tls.patch > ${WRKDIR}/TLS.readme + @${HEAD} -105 ${DISTDIR}/${DIST_SUBDIR}/qmail-1.03-tls-${TLS_PATCH_DATE}.patch > \ + ${WRKDIR}/TLS.readme @${REINPLACE_CMD} "s|/usr/local/ssl|${OPENSSLBASE}|" \ ${WRKSRC}/Makefile .elif defined(SLAVE_LDAP) |