#19822 closed defect (fixed)
libconfuse-2.6 Portfile broken
Reported by: | shinji310@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Portfile | Cc: | |
Port: | libconfuse |
Description
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 }
Attachments (1)
Change History (3)
Changed 15 years ago by shinji310@…
comment:1 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r51671, thanks for catching that.
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 1.8.0 |
---|
Note: See
TracTickets for help on using
tickets.
Portfile for libconfuse