diff options
author | roam <roam@FreeBSD.org> | 2001-10-15 13:39:11 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-10-15 13:39:11 +0000 |
commit | 9fe10635e9884f4460d28c4ebef2f5e0a9390980 (patch) | |
tree | 5207530040f4265194a50b6067e36d5c02efb642 /mail/vpopmail/Makefile | |
parent | 482e3560e448d9339ee80f2cfb0e924e23e22255 (diff) | |
download | FreeBSD-ports-9fe10635e9884f4460d28c4ebef2f5e0a9390980.zip FreeBSD-ports-9fe10635e9884f4460d28c4ebef2f5e0a9390980.tar.gz |
Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir.
No PORTREVISION bump necessary IMHO.
Submitted by: "Dmitry Osipov" <daosipov@mail.ru>
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 8334d2f..7d82e43 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ GNU_CONFIGURE= YES USE_GMAKE= YES -CONFIGURE_ARGS= --enable-qmail-dir=${QMAIL_DIR} \ +CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ --enable-tcprules-bin=${LOCALBASE}/bin/tcprules \ --enable-tcpserver-file=${PREFIX}/vpopmail/etc/tcp.smtp |