diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-20 00:28:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-20 00:28:42 +0800 |
commit | 4de7808f9e9cecd5e8e3aafc35883368f7fcb08a (patch) | |
tree | 274f8ad90e6fb2368cedb57141fb3a1db58118a8 | |
parent | 86a1de0d783f4273e9fdcc95fa3c364a6a604ae8 (diff) | |
download | freebsd-ports-gnome-4de7808f9e9cecd5e8e3aafc35883368f7fcb08a.tar.gz freebsd-ports-gnome-4de7808f9e9cecd5e8e3aafc35883368f7fcb08a.tar.zst freebsd-ports-gnome-4de7808f9e9cecd5e8e3aafc35883368f7fcb08a.zip |
make QMAIL_DIR variable
Submitted by: "Brent B. Powers" <powers-freebsd@b2pi.com>
-rw-r--r-- | mail/vqadmin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/vqadmin/Makefile b/mail/vqadmin/Makefile index e62e89914029..fd2358437d41 100644 --- a/mail/vqadmin/Makefile +++ b/mail/vqadmin/Makefile @@ -24,9 +24,11 @@ USE_REINPLACE= YES 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> |