Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030202134302.GA93508>