Opened 15 months ago
#67992 assigned defect
apcupsd @3.14.14_2: Unnecessary configure args
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stephenreay (Stephen Reay) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | apcupsd |
Description
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.)
Note: See
TracTickets for help on using
tickets.