HomeFreeBSD

Fix paths in manual pages (duplicated PREFIX)

Description

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

Differential Revision: https://reviews.freebsd.org/D24200

Details

Provenance
0mpAuthored on
Differential Revision
D24200: Fix paths in manual pages (duplicated PREFIX)
Parents
rP529888: Update to 8.5.0.
Branches
Unknown
Tags
Unknown