From owner-freebsd-ports Sun Feb 2 5:43:15 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F04B037B405 for ; Sun, 2 Feb 2003 05:43:13 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BEE43FA7 for ; Sun, 2 Feb 2003 05:43:09 -0800 (PST) (envelope-from anselmg@t-online.de) Received: from fwd05.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18fKOq-0001z0-0C; Sun, 02 Feb 2003 14:43:08 +0100 Received: from wotan.garbe (320068295437-0001@[217.81.141.100]) by fwd05.sul.t-online.com with esmtp id 18fKOf-0PhnSyC; Sun, 2 Feb 2003 14:42:57 +0100 Received: from wotan.garbe (localhost [127.0.0.1]) by wotan.garbe (8.12.6/8.12.6) with ESMTP id h12Dh2k1093532 for ; Sun, 2 Feb 2003 14:43:02 +0100 (CET) (envelope-from garbeam@localhost.garbe) Received: (from garbeam@localhost) by wotan.garbe (8.12.6/8.12.6/Submit) id h12Dh28V093531 for ports@freebsd.org; Sun, 2 Feb 2003 14:43:02 +0100 (CET) Date: Sun, 2 Feb 2003 14:43:02 +0100 From: anselmg@t-online.de (Anselm Garbe) To: ports@freebsd.org Subject: little path for /usr/ports/Makefile Message-ID: <20030202134302.GA93508@wotan.garbe> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline User-Agent: Mutt/1.5.1i X-Sender: 320068295437-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi there, this is a little patch for /usr/local/Makefile, which resolves bad prefix generation of 'make index', but with constant PREFIX-values. Cheers, Anselm -- Anselm R. Garbe () ascii ribbon campaign - against html mail www.ebrag.de /\ - against microsoft attachments --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="portsMakefile.patch" 69,70c69,70 < export LOCALBASE=/usr/local; \ < export X11BASE=/usr/X11R6; \ --- > export LOCALBASE=/nonexistentlocal; \ > export X11BASE=/nonexistentx; \ 72,73c72,73 < perl ${.CURDIR}/Tools/make_index > ${INDEXFILE} < --- > perl ${.CURDIR}/Tools/make_index | \ > sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e "s,${LOCALBASE},/usr/local," -e "s,${X11BASE},/usr/X11R6," > ${INDEXFILE} --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message