Date: Tue, 3 Sep 2002 14:41:26 -0400 From: parv <parv_fm@emailgroups.net> To: Eugene Grosbein <eugen@www.svzserv.kemerovo.su> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make search cannot find anything Message-ID: <20020903184126.GA41354@moo.holy.cow> In-Reply-To: <20020903153928.A98799@svzserv.kemerovo.su> References: <20020903135949.A3163@svzserv.kemerovo.su> <20020903060459.GA215@houston.rr.com> <20020903142320.A4078@svzserv.kemerovo.su> <3D745718.2060006@owt.com> <20020903153928.A98799@svzserv.kemerovo.su>
next in thread | previous in thread | raw e-mail | index | archive | help
in message <20020903153928.A98799@svzserv.kemerovo.su>, wrote Eugene Grosbein thusly... > > I don't use portupgrade and this I need not rebuild > /usr/ports/INDEX manually, but for this time I've rebuilt it. Same > result. you get the same result because ports/Tools/make_index has '/usr/ports' as the hard-coded path. change it to whatever you like; make index; then make search should show the expected. to make changes in make_index (where '/Actual/ports' is ports tree is actually installed)... perl -pi -e 's#/usr/ports#/Actual/ports#go' ports/Tools/make_index another solution, of course, is the patch mentioned previously. - parv -- 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?20020903184126.GA41354>