svn commit: r529998 - head/mail/opensmtpd

Dima Panov fluffy at FreeBSD.org
Tue Mar 31 17:48:22 UTC 2020


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


More information about the svn-ports-all mailing list