Date: 20 Aug 2002 23:53:47 -0400 From: Lowell Gilbert <freebsd-stable-local@be-well.no-ip.com> To: stable@freebsd.org Subject: Re: ports problems -- FIXED Message-ID: <447kikn9ys.fsf@be-well.ilk.org> In-Reply-To: <20020820110208.I62324@ffwd.cx> References: <AA62447DB04E5A4DB580858FD05C26E3026D3958@SNOEXC01.asiapacific.cpqcorp.net> <20020820094343.C62324@ffwd.cx> <20020820110208.I62324@ffwd.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
Skye Poier <skye@ffwd.cx> writes: > I found my problem. > > On like 2641 of bsd.port.mk: > > LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin/libtool^/share/libtool^'` || ${LOCALBASE}/share/libtool; \ > > However, my .tcshrc file contained set path = (... /usr/local/bin/ ...) > note the trailing slash. > > `which libtool` returned /usr/local/bin//libtool > which screwed up the sed substitution above. > > I think this should be fixed??? Probably by eliminating dup // in > tcsh's which command? Eliminating the extra slash in your path variable would be a more appropriate fix... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447kikn9ys.fsf>