diff options
author | roam <roam@FreeBSD.org> | 2001-10-15 21:39:11 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-10-15 21:39:11 +0800 |
commit | 9fe10635e9884f4460d28c4ebef2f5e0a9390980 (patch) | |
tree | 5207530040f4265194a50b6067e36d5c02efb642 | |
parent | 482e3560e448d9339ee80f2cfb0e924e23e22255 (diff) | |
download | freebsd-ports-gnome-9fe10635e9884f4460d28c4ebef2f5e0a9390980.tar.gz freebsd-ports-gnome-9fe10635e9884f4460d28c4ebef2f5e0a9390980.tar.zst freebsd-ports-gnome-9fe10635e9884f4460d28c4ebef2f5e0a9390980.zip |
Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir.
No PORTREVISION bump necessary IMHO.
Submitted by: "Dmitry Osipov" <daosipov@mail.ru>
-rw-r--r-- | mail/vpopmail-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/vpopmail-stable/Makefile | 2 | ||||
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index 8334d2f22145..7d82e43840ff 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/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 diff --git a/mail/vpopmail-stable/Makefile b/mail/vpopmail-stable/Makefile index 8334d2f22145..7d82e43840ff 100644 --- a/mail/vpopmail-stable/Makefile +++ b/mail/vpopmail-stable/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 diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 8334d2f22145..7d82e43840ff 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 |