#19822: libconfuse-2.6 Portfile broken ---------------------------------+------------------------------------------ Reporter: shinji310@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 1.8.0 Component: ports | Version: 1.7.1 Keywords: Portfile | Port: libconfuse ---------------------------------+------------------------------------------ Somehow a few characters in the Portfile is missing. I am not sure how it happened. I guess it is broken while it is copied over to some Portfile repositories. {{{ post-destroot { xinstall -m 644 -W ${worksrcpath}/doc/man/man3 \ cfg_opt_t.3 \ cfg_t.3 \ cfg_value_t.3 \ onfuse.h.3 \ {destroot}${prefix}/share/man/man3 } }}} The second and third lines in the operation are missing the first character. I think they are supposed to be: {{{ post-destroot { xinstall -m 644 -W ${worksrcpath}/doc/man/man3 \ cfg_opt_t.3 \ cfg_t.3 \ cfg_value_t.3 \ confuse.h.3 \ ${destroot}${prefix}/share/man/man3 } }}} -- Ticket URL: <http://trac.macports.org/ticket/19822> MacPorts <http://www.macports.org/> Ports system for Mac OS