From owner-freebsd-ports Fri Dec 18 01:26:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15368 for freebsd-ports-outgoing; Fri, 18 Dec 1998 01:26:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15363 for ; Fri, 18 Dec 1998 01:25:58 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id BAA08617; Fri, 18 Dec 1998 01:25:50 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id JAA07965; Fri, 18 Dec 1998 09:25:50 GMT (envelope-from obrien) Date: Fri, 18 Dec 1998 01:25:50 -0800 From: "David O'Brien" To: John Baldwin Cc: Steve Price , freebsd-ports@FreeBSD.ORG Subject: Re: make index breaks at top level Message-ID: <19981218012550.B7893@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from John Baldwin on Tue, Dec 15, 1998 at 12:17:10AM -0500 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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