From 8543ef3d3a890c893f0af34c5deeb5b9158f75ab Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 20 Jul 2004 09:22:54 +0000 Subject: [PATCH] Figure out what the vendor typo really was suppose to be. Submitted by: sumikawa --- ftp/ncftp3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index e217ea018f33..dcd588cbaef0 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -49,7 +49,8 @@ pre-fetch: @${ECHO} "" pre-build: - ${REINPLACE_CMD} -e 's|u_decodeurl.so u_decodeurl.so|u_decodeurl.so|' \ + ${REINPLACE_CMD} -e \ + 's|u_decodeurl.so u_decodeurl.so|u_decodeurl.so u_decodehost.so|' \ ${WRKSRC}/libncftp/Makefile cd ${WRKSRC}/Strn ; make so cd ${WRKSRC}/libncftp ; make so