diff options
Diffstat (limited to 'mail/vpopmail-stable/Makefile')
-rw-r--r-- | mail/vpopmail-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/vpopmail-stable/Makefile b/mail/vpopmail-stable/Makefile index 01c5f5e06600..d7b7beceb534 100644 --- a/mail/vpopmail-stable/Makefile +++ b/mail/vpopmail-stable/Makefile @@ -51,9 +51,9 @@ LOGLEVEL?= y APOPFILE?= /etc/apop-secrets .if exists(${LOCALBASE}/qmail/bin/qmail-send) -QMAIL_DIR?= ${LOCALBASE}/qmail +QMAIL_DIR?= ${LOCALBASE}/qmail .else -QMAIL_DIR?= /var/qmail +QMAIL_DIR?= /var/qmail .endif # Uncomment this, or set PREFIX to /home if you have an existing |