Bug 66053 - mail/qmailadmin makefile Error
Summary: mail/qmailadmin makefile Error
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 18:20 UTC by Brent B. Powers
Modified: 2004-04-30 09:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent B. Powers 2004-04-28 18:20:27 UTC
If the qmail directory is not in /var/qmail, the underlying qmailadmin configure needs to know about it. Thus, addition of

	--enable-qmaildir=${QMAIL_DIR} \

to the Makefile around line 93 is required.

Fix: 

See description
How-To-Repeat: Build the port, having installed qmail with a PREFIX argument
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-04-29 03:18:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2004-04-29 12:57:14 UTC
Responsible Changed
From-To: roam->ale

Fixed in rev. 1.24 of ports/mail/qmailadmin/Makefile, thanks for the PR! 

Let's turn this over to Alex Dupre though, IMHO this needs to be done in 
the qmailadmin-devel port too :)
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-04-30 09:56:19 UTC
State Changed
From-To: open->closed

Fixed in qmailadmin-devel, too. Thanks!