> proc doSomething args {
> switch ${phase} {
> "destroot" -
> "post-destroot" { set where "destroot" }
> "activate" -
> "post-activate" { set where "" }
> }
> xinstall -d ${where}[dict get ${apache} libexecdir]
> /do a lot of stuff/
> }There's probably a variable somewhere, but I don't think you should need it. Something is amiss, and I'd rather you tell us what you're trying to achieve. My advice is not doing it the way you've planned so far.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
