Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 14:20:04 -0800 (PST)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16151: ports update: sysutils/sarah
Message-ID:  <200001172220.OAA31913@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16151; it has been noted by GNATS.

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: Matt of the Long Red Hair <mattp@conundrum.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/16151: ports update: sysutils/sarah
Date: Mon, 17 Jan 2000 17:17:40 -0500 (EST)

 On Mon, 17 Jan 2000, Matt of the Long Red Hair wrote:
 
 > On Mon, 17 Jan 2000, Chris D. Faulhaber wrote:
 > 
 > > The script 'sarah' hard-codes the following:
 > > 
 > > my( $config )     = '/usr/local/etc/sarah.conf';
 > > 
 > > shouldn't this be configurable through ${PREFIX} ?
 > 
 > There's no config script for sarah *yet*, unfortunately.  I can look at trying
 > to do something funky with the port makefile though, if there's a problem with
 > accepting the port this way.
 > 
 
 Something like:
 
 do-configure:
 	${PERL} -pi.orig -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/sarah
 
 would suffice.  See
 http://www.freebsd.org/handbook/porting.html#PORTING-PREFIX for a good
 reference WRT PREFIX (and porting.html in general).
 
 -----
 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
 --------------------------------------------------------
 FreeBSD: The Power To Serve   -   http://www.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?200001172220.OAA31913>