Bug 49114 - lsof port doesn't honor MANPREFIX
Summary: lsof port doesn't honor MANPREFIX
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 16:20 UTC by Rolf Grossmann
Modified: 2003-03-25 18:16 UTC (History)
0 users

See Also:


Attachments
file.diff (462 bytes, patch)
2003-03-11 16:20 UTC, Rolf Grossmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Grossmann 2003-03-11 16:20:15 UTC
	The Makefile of the sysutils/lsof port doesn't use MANPREFIX to install
	the manpage and therefor fails when trying to install with PREFIX=/usr

	On a side note: A short search reveals quite a lot of ports just using
	PREFIX to install manpages and only a few using MANPREFIX or even
	MAN<sect>PREFIX.

Fix: Use this patch:
How-To-Repeat: 	cd /usr/ports/sysutils/lsof
	env PREFIX=/usr
	make install
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-03-22 21:08:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to Maintainer
Comment 2 David E. O'Brien freebsd_committer freebsd_triage 2003-03-25 18:16:22 UTC
State Changed
From-To: open->closed

committed.