pkgsrc-WIP-changes archive

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

logswan: Fix whitespace



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 29 00:28:09 2015 +0200
Changeset:	6412c74aa5287fa7fc90d881270539ee507ee6ae

Modified Files:
	logswan/Makefile

Log Message:
logswan: Fix whitespace

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

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

diffstat:
 logswan/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/logswan/Makefile b/logswan/Makefile
index 5e4ed81..e434973 100644
--- a/logswan/Makefile
+++ b/logswan/Makefile
@@ -16,10 +16,10 @@ SUBST_STAGE.geoip=	post-patch
 SUBST_FILES.geoip+=	src/logswan.c
 SUBST_SED.geoip+=	-e 's,/usr/local,${PREFIX},g'
 
-DOCDIR=         share/doc/logswan
-EGDIR=          share/examples/logswan
+DOCDIR=		share/doc/logswan
+EGDIR=		share/examples/logswan
 
-CONF_FILES+=    ${EGDIR}/logswan.json ${PKG_SYSCONFDIR}/logswan.json
+CONF_FILES+=	${EGDIR}/logswan.json ${PKG_SYSCONFDIR}/logswan.json
 
 AUTO_MKDIRS=	yes
 


Home | Main Index | Thread Index | Old Index