[65898] trunk/dports/databases
Ryan Schmidt
ryandesign at macports.org
Fri Apr 2 10:06:37 PDT 2010
On Apr 2, 2010, at 12:01, singingwolfboy at macports.org wrote:
> Revision: 65898
> http://trac.macports.org/changeset/65898
> Author: singingwolfboy at macports.org
> Date: 2010-04-02 10:01:12 -0700 (Fri, 02 Apr 2010)
> Log Message:
> -----------
> New port: cassandra
>
> Added Paths:
> -----------
> trunk/dports/databases/cassandra/
> trunk/dports/databases/cassandra/Portfile
> +proc touch {name {text "MacPorts doesn't deal with empty directories very well. This file is just a placeholder."}} {
> + set fd [open $name w]
> + puts $fd $text
> + close $fd
> +}
MacPorts deals with empty directories perfectly well -- it deletes them. If you don't want that, use the destroot.keepdirs feature which creates a placeholder file in the directory for you.
More information about the macports-dev
mailing list