Running a script during port build

Conrad J. Sabatier conrads at cox.net
Fri Nov 26 18:02:57 PST 2004


On Fri, 26 Nov 2004 16:36:19 -0800, Kris Kennaway <kris at obsecurity.org>
wrote:

> On Fri, Nov 26, 2004 at 06:18:34PM -0600, Conrad J. Sabatier wrote:
> > I'm trying to get a script to run as part of an update to
> > games/gnuchess (to optionally create the opening book for gnuchess).
> > 
> > I've placed the script under games/gnuchess/scripts as
> > "pre-install", but it never seems to be getting invoked.
> > 
> > Has the use of a scripts dir for ports been deprecated?  If not,
> > what does it take to get the script to actually be run?
> 
> You have to call it yourself at the appropriate time..see other ports
> for examples.
> 
> Kris
> 

OK, I finally figured out how to do it.  :-)

Calling scripts/foo ${DISTDIR} ${WRKSRC} and handling the arguments in
the script did the trick.

Thanks.

-- 
Conrad J. Sabatier <conrads at cox.net> -- "In Unix veritas"


More information about the freebsd-ports mailing list