Opened 12 years ago
Closed 12 years ago
#34983 closed defect (fixed)
mipch2: wrong prefix in the installed scripts and configuration files for Fortran.
Reported by: | numaryu | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | haspatch | Cc: | |
Port: | mpich2 |
Description
With the gcc4? variants, mpich2 installs some extra scripts and configuration files for Fortran. For those files, ${destroot} is forgotten to be removed from the prefix. The attached patch takes care of this.
Attachments (1)
Change History (3)
Changed 12 years ago by numaryu
Attachment: | Portfile.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | eborisch@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to eborisch@… |
Summary: | wrong prefix in the installed scripts and configuration files for Fortran. → mipch2: wrong prefix in the installed scripts and configuration files for Fortran. |
comment:2 Changed 12 years ago by eborisch (Eric A. Borisch)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r94726. Thanks for the report.