Page MenuHomeFreeBSD

Fix paths in manual pages (duplicated PREFIX)
ClosedPublic

Authored by 0mp on Mar 27 2020, 10:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 2:33 PM
Unknown Object (File)
Sun, Mar 16, 9:33 PM
Unknown Object (File)
Sun, Mar 9, 8:24 AM
Unknown Object (File)
Thu, Feb 27, 11:17 PM
Unknown Object (File)
Tue, Feb 25, 6:28 AM
Unknown Object (File)
Feb 17 2025, 2:30 AM
Unknown Object (File)
Feb 16 2025, 9:46 AM
Unknown Object (File)
Dec 11 2024, 9:52 AM
Subscribers

Details

Reviewers
None
Group Reviewers
gnome
Commits
rP529889: Fix paths in manual pages (duplicated PREFIX)
Summary
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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 30 2020, 1:49 PM
This revision was automatically updated to reflect the committed changes.