Opened 18 years ago
Closed 18 years ago
#11454 closed defect (fixed)
screen installs man and info dirs at /share
Reported by: | fracai@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | screen | Cc: | yeled@… digdog@… |
Port: |
Description
The portfile for screen includes references to \${prefix} which causes the info and man dirs to be installed in /share instead of /opt/local/share
I'll attach a diff that corrects this by replacing \${prefix} with ${prefix}
Attachments (1)
Change History (2)
Changed 18 years ago by fracai@…
Attachment: | Portfile-patch added |
---|
comment:1 Changed 18 years ago by pipping@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in r22424.
Note: See
TracTickets for help on using
tickets.
Portfile Patch to correct \${prefix} to ${prefix}