variant use_osx_docroot conflicts php5 mysql5 requires nodeps description {Create link in /Library/WebServer/Documents} {
   post-destroot {
       xinstall -d ${destroot}/Library
       xinstall -d ${destroot}/Library/WebServer
       xinstall -d ${destroot}/Library/WebServer/Documents
ln -s ${prefix}/www/wikka ${destroot}/Library/WebServer/ Documents/wikka
   }
}

I believe xinstall creates parent directories, so that can be shrunk down to just one xinstall line.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to