Opened 17 years ago
Last modified 10 years ago
#12312 new enhancement
RFE: Autoconf of various manpages
Reported by: | sfiera@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | MacPorts Future |
Component: | base | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: |
Description
Currently, many manpages reference ${prefix}
directly as such, including locations given for system files. Rather than doing so, it would be nice to replace these locations with the actual locations on the system, which we can do with autoconf. The attached patch will do that.
This may not be an ideal change, since some of the manpages are documenting MacPorts in general, rather than for the end-user. However, at least some of these should definitely merit changing, particularly in the FILES section of the manpages.
Attachments (1)
Change History (8)
comment:1 Changed 17 years ago by sfiera@…
Type: | defect → enhancement |
---|
Changed 17 years ago by sfiera@…
comment:2 Changed 17 years ago by sfiera@…
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | Needs developer review → MacPorts base bugs |
---|
Milestone Needs developer review deleted
comment:4 Changed 17 years ago by nox@…
Priority: | Not set → Low |
---|---|
Summary: | Autoconf of various manpages → RFE: Autoconf of various manpages |
Version: | 1.5.0 |
comment:5 Changed 17 years ago by nox@…
Milestone: | MacPorts base bugs → MacPorts base enhancements |
---|
comment:7 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from sfiera@… to macports-tickets@… |
---|
sfiera has retired. See #44785.
Note: See
TracTickets for help on using
tickets.
As per comments by landonf, I have updated the patch so it does the substitution during
make
rather than./configure
.