FreeBS Port: vqadmin-2.3.6 qmail location problem

Brent B. Powers powers-freebsd at b2pi.com
Thu May 19 05:10:38 GMT 2005


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>



More information about the freebsd-ports mailing list