Bug 97977 - mail/fetchmail: files/fetchmail.in isn't PREFIX "clean"
Summary: mail/fetchmail: files/fetchmail.in isn't PREFIX "clean"
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 20:10 UTC by Esa Karkkainen
Modified: 2006-05-26 23:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (616 bytes, patch)
2006-05-26 20:10 UTC, Esa Karkkainen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Esa Karkkainen 2006-05-26 20:10:20 UTC
File ports/mail/fetchmail/files/fetchmail.in partly assumes that
PREFIX is /usr/local.

How-To-Repeat: 
# make PREFIX=/var/tmp/fetchmail install
[ snip ] 
===>   Registering installation for fetchmail-6.3.4_2
# fgrep '/usr/local' /var/tmp/fetchmail/etc/rc.d/fetchmail*
        fetchmail_script=/usr/local/etc/rc.d/fetchmail
        fetchmail_script=/usr/local/etc/rc.d/fetchmail.sh
#
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-26 20:21:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer
Comment 2 Simon Barner freebsd_committer freebsd_triage 2006-05-26 23:20:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!