Date: Fri, 18 Dec 1998 01:25:50 -0800 From: "David O'Brien" <obrien@NUXI.com> To: John Baldwin <jobaldwi@vt.edu> Cc: Steve Price <sprice@hiwaay.net>, freebsd-ports@FreeBSD.ORG Subject: Re: make index breaks at top level Message-ID: <19981218012550.B7893@dragon.nuxi.com> In-Reply-To: <XFMail.981215001710.jobaldwi@vt.edu>; from John Baldwin on Tue, Dec 15, 1998 at 12:17:10AM -0500 References: <Pine.OSF.4.02.9812142120340.4529-100000@fly.HiWAAY.net> <XFMail.981215001710.jobaldwi@vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> It does assume that perl5 is in the path, and I'm not sure that 3.x has a > /usr/bin/perl5. Oh, well. It's not that big of a deal. > > ----------- > > --- Makefile Mon Dec 14 23:56:08 1998 > +++ Makefile.orig Mon Dec 14 23:56:00 1998 > @@ -54,7 +54,7 @@ > ${.CURDIR}/INDEX: > @echo -n "Generating INDEX - please wait.." > @make describe ECHO_MSG="echo > /dev/null" | \ > - perl5 ${.CURDIR}/templates/make_index > ${.CURDIR}/INDEX > + perl ${.CURDIR}/templates/make_index > ${.CURDIR}/INDEX A better patch is to just use ``${PERL5}'' since we get it for free from bsd.port.mk. ${PERL5} also includes the path. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981218012550.B7893>