Bug 80394 - net/stund does not honour PREFIX
Summary: net/stund does not honour PREFIX
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: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 10:40 UTC by Vasil Dimov
Modified: 2005-09-30 02:05 UTC (History)
0 users

See Also:


Attachments
file.diff (407 bytes, patch)
2005-04-27 10:40 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov 2005-04-27 10:40:21 UTC
Port net/stund does not honour PREFIX and always installs in
LOCALBASE (/usr/local)

How-To-Repeat: 
cd /usr/ports/net/stund

make PREFIX=/usr/nonstandard/jail/foo install clean
(notice where files get installed)

pkg_delete /var/db/pkg/stund-0.94_1
(error: file(s) "doesn't really exist")
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2005-04-27 16:00:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to the maintainer.
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2005-09-30 02:05:28 UTC
State Changed
From-To: open->closed

Nice catch! Fix committed, thank you for submission.