Bug 202231

Summary: [graphics/xpdf] Add an entry in ${PREFIX}/etc/man.d/ to deal with nonstandard man file locations
Product: Ports & Packages Reporter: Joseph Mingrone <jrm>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Some People CC: kwm
Priority: --- Flags: jrm: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to add an entry in ${PREFIX}/etc/man.d/ none

Description Joseph Mingrone freebsd_committer freebsd_triage 2015-08-10 22:35:58 UTC
Created attachment 159742 [details]
svn diff to add an entry in ${PREFIX}/etc/man.d/

Doing `man xpdf` will fail to find the man pages.  The attached patch fixes this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-13 17:15:52 UTC
A commit references this bug:

Author: kwm
Date: Sun Sep 13 17:15:31 UTC 2015
New revision: 396836
URL: https://svnweb.freebsd.org/changeset/ports/396836

Log:
  Add a man config file, to point to the custom location where xpdf puts the
  man pages. This is done to avoid a conflict with poppler-utils. If both
  are installed, the poppler-utils man pages are prefered.

  PR:		202231
  Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
  Approved by:	maintainer timeout (14 days)

Changes:
  head/graphics/xpdf/Makefile
  head/graphics/xpdf/files/xpdf-man.conf.in
Comment 2 Koop Mast freebsd_committer freebsd_triage 2015-09-13 17:16:27 UTC
Committed, thanks.