Date: Mon, 14 Jun 1999 13:10:02 -0700 (PDT) From: Bill Fumerola <billf@chc-chimes.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12214: [PATCH] biology/babel installs into /usr/local instead of PREFIX Message-ID: <199906142010.NAA98583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12214; it has been noted by GNATS. From: Bill Fumerola <billf@chc-chimes.com> To: Nick Hibma <nick.hibma@jrc.it> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12214: [PATCH] biology/babel installs into /usr/local instead of PREFIX Date: Mon, 14 Jun 1999 11:45:27 -0400 (EDT) On Mon, 14 Jun 1999, Nick Hibma wrote: > --- Makefile.orig Mon Jun 14 23:30:45 1999 > +++ Makefile Mon Jun 14 23:29:51 1999 > @@ -14,6 +14,6 @@ > MAINTAINER= frankch@waru.life.nthu.edu.tw > > post-install: > - @ ${CAT} ${PKGDIR}/MESSAGE > + @ ${CAT} ${PKGDIR}/MESSAGE | sed -e 's#/usr/local#${PREFIX}#' > > .include <bsd.port.mk> .... | ${SED} -e ..... - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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?199906142010.NAA98583>