Fix paths in manual pages (duplicated PREFIX) There is no need to prepend PREFIX to paths in manual pages. Everything is handled by the build system of the port. Before: $ grep -Z /usr/local/usr/local /usr/local/man/man5/avahi-daemon.conf.5.gz \fB/usr/local/usr/local/etc/avahi/avahi-daemon.conf After: $ grep -Z /usr/local/usr/local /usr/local/man/man5/avahi-daemon.conf.5.gz \fB/usr/local/etc/avahi/avahi-daemon.conf
Details
Details
- Reviewers
- None
- Group Reviewers
gnome - Commits
- rP529889: Fix paths in manual pages (duplicated PREFIX)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.