1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Fix RBL2SMTPD patch that I added accidentally inside SSL patch if

This commit is contained in:
Renato Botelho 2006-08-08 13:27:26 +00:00
parent 90485c9626
commit 4cd56e03a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170105

View File

@ -50,17 +50,17 @@ PATCH_SITES+= http://www.nrg4u.com/qmail/
PATCHFILES+= ucspi-tcp-ssl-20050405.patch.gz
PATCH_DIST_STRIP= -p1
post-patch:
@${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \
s|-lcrypto|-L${OPENSSLBASE}/lib |g' ${WRKSRC}/Makefile
.endif
.if defined(WITH_RBL2SMTPD)
PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/garga\/ucspi-tcp\/:rbl2smtpd/}
PATCHFILES+= ucspi-tcp_rbl2smtpd.diff:rbl2smtpd
PATCH_DIST_STRIP= -p1
.endif
post-patch:
@${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \
s|-lcrypto|-L${OPENSSLBASE}/lib |g' ${WRKSRC}/Makefile
.endif
post-configure:
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
@${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc