On Jan 15, 2013, at 5:05 PM, Sean Farley <[email protected]> wrote: > I'm looking for advice / best practices for bypassing the extract > phase when writing a portfile for a script (and hence it's not a > tarball). One idea I had was something like the following, > > {{{ > distname ${name} > extract.suffix > use_configure no > > extract {} > build {} > }}} > > Another option would be to wrap the script in a tarball and host that > somewhere? Thanks in advance for any tips!
As per the Guide, the usual way to eliminate a phase is to define it to be empty. http://guide.macports.org/chunked/development.examples.html#development.examples.eliminate vq _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
