Ticket #12476: cadaver.diff

File cadaver.diff, 681 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)

This seems to fix it

  • Portfile

     
    33PortSystem 1.0
    44name            cadaver
    55version         0.22.5
     6revision        1
    67categories      www
    78maintainers     landonf@macports.org
    89description     Commandline client for DAV
     
    1819checksums       md5 e9fade983dd7b18d33230967051fcfe0
    1920depends_lib     port:expat port:openssl port:neon
    2021configure.cppflags-append "-no-cpp-precomp"
    21 configure.args  --with-expat --with-ssl --with-force-ssl
     22configure.args  --mandir=\\\${prefix}/share/man --with-expat --with-ssl --with-force-ssl
    2223destroot.destdir prefix=${destroot}${prefix}
    2324
    2425platform darwin 6 {