Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 01:10:30 -0400
From:      "Brent B. Powers" <powers-freebsd@b2pi.com>
To:        oliver@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBS Port: vqadmin-2.3.6 qmail location problem
Message-ID:  <36709248BA8EF4EC892667AE@ph15135powers10.cpmc.columbia.edu>

next in thread | raw e-mail | index | archive | help
If one uses a non-standard location (like /usr/local/qmail) with the 
mail/vqadmin port, it breaks and complains that it can't find qmail.

The following patch addresses the problem:

--- Makefile.orig       Thu May 19 00:44:39 2005
+++ Makefile    Thu May 19 00:49:14 2005
@@ -24,9 +24,11 @@

 CGIBINDIR?=    www/cgi-bin-dist
 WEBDATADIR?=   www/data-dist
+QMAIL_DIR?=    /var/qmail

 CONFIGURE_ARGS=        --enable-cgibindir=${PREFIX}/${CGIBINDIR} \
-               --enable-htmldir=${PREFIX}/${WEBDATADIR}
+               --enable-htmldir=${PREFIX}/${WEBDATADIR} \
+               --enable-qmaildir=${QMAIL_DIR}

 .include <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36709248BA8EF4EC892667AE>