[57417] trunk/dports/sysutils/bacula/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Sep 10 19:06:24 PDT 2009
On Sep 10, 2009, at 20:45, macsforever2000 at macports.org wrote:
> + if {${os.major} == 10} {
> + post-destroot {
> + file copy ${workpath}/${worksrcdir}/src/filed/bacula-fd.conf $
> {destroot}${prefix}/etc/bacula/bacula-fd.conf.example
> + file copy ${workpath}/${worksrcdir}/src/console/bconsole.conf
> ${destroot}${prefix}/etc/bacula/bconsole.conf.example
> + file rename ${destroot}${prefix}/etc/bacula/mtx-changer.conf $
> {destroot}${prefix}/etc/bacula/mtx-changer.conf.example
> + }
> + }
>
>
"${workpath}/${worksrcdir}" is "${worksrcpath}" isn't it?
More information about the macports-dev
mailing list