pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opensmtp: Merge spaces into tabs



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Wed Sep 9 12:55:25 2020 +0000
Changeset:	9dee690ef7eeec2bcc5d1f44a6dc97c7b3a79d66

Modified Files:
	opensmtpd/Makefile

Log Message:
opensmtp: Merge spaces into tabs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9dee690ef7eeec2bcc5d1f44a6dc97c7b3a79d66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opensmtpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/opensmtpd/Makefile b/opensmtpd/Makefile
index 279868fdf6..96c354e71d 100644
--- a/opensmtpd/Makefile
+++ b/opensmtpd/Makefile
@@ -44,7 +44,7 @@ CFLAGS.SunOS+=		-D__EXTENSIONS__
 EXAMPLEDIR=	${PREFIX}/share/examples/opensmtpd
 CONF_FILES=	${EXAMPLEDIR}/smtpd.conf ${PKG_SYSCONFDIR}/smtpd.conf
 
-MAKE_DIRS+=     ${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
+MAKE_DIRS+=	${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
 
 RCD_SCRIPTS=	opensmtpd
 


Home | Main Index | Thread Index | Old Index