aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-07 02:05:29 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-07 02:05:29 +0000
commit02fd646f9ec931cbed9680abfbed390b3b96bf38 (patch)
treeb04fbdac06477e4b1d38061fe945cf53d2234439 /mail/exim
parent0126b111ab7c083812d7000a814a4ad686d26a1a (diff)
downloadports-02fd646f9ec931cbed9680abfbed390b3b96bf38.tar.gz
ports-02fd646f9ec931cbed9680abfbed390b3b96bf38.zip
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 2e1fe0fa6b8d..4c5bf41a38ab 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -476,7 +476,7 @@ do-configure:
.endif
@[ ! -f ${PKGDIR}/pkg-install ] || ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-install > ${PKGINSTALL}
@${REINPLACE_CMD} -E ${SEDLIST} ${WRKSRC}/src/configure.default
- @${REINPLACE_CMD} -e 's/$$(LDFLAGS)/$$(DUMMY_LDFLAGS)/' ${WRKSRC}/OS/Makefile-Base
+ @${REINPLACE_CMD} -e 's!$$(LDFLAGS)!$$(DUMMY_LDFLAGS) -L$${LOCALBASE}/lib!' ${WRKSRC}/OS/Makefile-Base
@${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number (${OPSYS}))\\n\\t"/' \
${WRKSRC}/src/globals.c
@${REINPLACE_CMD} -e 's/Exim version %s \(#%s \)\{0,1\}/&(${OPSYS} ${OSREL}) /' ${WRKSRC}/src/exim.c