pkgsrc-WIP-changes archive

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

bad indent corrected



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Tue May 23 22:18:02 2017 +0200
Changeset:	e32423f38efabe163667594ff40a2358e99eb54e

Modified Files:
	snort/Makefile

Log Message:
bad indent corrected

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

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

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

diffs:
diff --git a/snort/Makefile b/snort/Makefile
index c11d4c3b29..fb46e78234 100644
--- a/snort/Makefile
+++ b/snort/Makefile
@@ -111,7 +111,7 @@ post-install:
 			${WRKSRC}/doc/*.tex \
 			${WRKSRC}/doc/*.pdf ${DESTDIR}${PREFIX}/share/doc/snort/
 	${INSTALL_DATA} ${FILESDIR}/black_list.rules \
-	${FILESDIR}/white_list.rules ${DESTDIR}${EGDIR}/rules/
+			${FILESDIR}/white_list.rules ${DESTDIR}${EGDIR}/rules/
 	${INSTALL_MAN} ${WRKSRC}/snort.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
 
 .include "../../net/daq/buildlink3.mk"


Home | Main Index | Thread Index | Old Index