Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 17:48:10 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529998 - head/mail/opensmtpd
Message-ID:  <202003311748.02VHmAZH065398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Mar 31 17:48:10 2020
New Revision: 529998
URL: https://svnweb.freebsd.org/changeset/ports/529998

Log:
  Fix missed '\' at line end
  
  Pointyhat to: fluffy

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Tue Mar 31 17:46:10 2020	(r529997)
+++ head/mail/opensmtpd/Makefile	Tue Mar 31 17:48:10 2020	(r529998)
@@ -53,7 +53,7 @@ TABLE_DB_CONFIGURE_WITH=	table-db
 CONFIGURE_ARGS+=	--with-libasr=${LOCALBASE} \
 			--with-libevent=${LOCALBASE} \
 			--sysconfdir=${PREFIX}/etc/mail/ \
-			--with-path-mbox=/var/mail
+			--with-path-mbox=/var/mail \
 			--with-user-smtpd=_smtpd \
 			--with-user-queue=_smtpq \
 			--with-group-queue=_smtpq



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003311748.02VHmAZH065398>