[MacPorts] #67992: apcupsd @3.14.14_2: Unnecessary configure args

MacPorts noreply at macports.org
Sat Aug 19 22:08:52 UTC 2023


#67992: apcupsd @3.14.14_2: Unnecessary configure args
------------------------+-------------------------
 Reporter:  ryandesign  |      Owner:  stephenreay
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.8.1
 Keywords:              |       Port:  apcupsd
------------------------+-------------------------
 The apcupsd Portfile contains these lines:

 {{{
 configure.args              --prefix=${prefix} \
                             --sbindir=${prefix}/sbin \
 }}}

 MacPorts already puts `--prefix=${prefix}` into `configure.pre_args` for
 you so that can be removed, and unless this software is strange,
 ${prefix}/sbin is the default value for sbindir so you shouldn't need to
 specify that either. (Please confirm this does not change the locations of
 installed files before committing this.)

-- 
Ticket URL: <https://trac.macports.org/ticket/67992>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list