#2263 closed defect (fixed)
AquaTerm won't build on darwin 6 - destroot fails
Reported by: | namely_void@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Aquaterm build fails on darwin at destroot because there is a "cp -vR" in the Portfile. Darwin 6 does not seem to support -v option for cp. Changing the Portfile to "cp -R" fixes the problem.
Change History (1)
comment:1 Changed 20 years ago by rshaw@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fix committed. Thanks. -rshaw