Changes between Initial Version and Version 1 of Ticket #32354


Ignore:
Timestamp:
Dec 1, 2011, 11:51:45 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting and to Cc the maintainer of the affected port.

You've confused the words "distfile" and "portfile".

Obviously no MacPorts users have the MacPorts prefix set to / or /usr; that would be mad.

The use of /usr/lib/pam as the pam directory is intentional. See r72213 / #26127.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32354

    • Property Owner changed from macports-tickets@… to devans@…
    • Property Keywords activation prefix removed
  • Ticket #32354 – Description

    initial v1  
    33Currently the distfile specifies a configuration argument as follows:
    44
     5{{{
    56configure.args  --with-pam-dir=/usr/lib/pam
     7}}}
    68
    79this ignores the prefix specified by the user at install. This needs the be changed to reflect the configure.args  --with-pam-dir=${prefix}/lib/pam. I'm not familiar enough with the tree structure to say if this is all that needs to be done though.