pkgsrc-WIP-changes archive

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

www/unit-php: Fix indentation a bit.



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Feb 18 12:52:47 2021 +0000
Changeset:	7cb9aed4abe9d8cd080fd47e0d837f5429adee5c

Modified Files:
	unit-php/Makefile

Log Message:
www/unit-php: Fix indentation a bit.

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

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

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

diffs:
diff --git a/unit-php/Makefile b/unit-php/Makefile
index ba9dac570c..20f553bc38 100644
--- a/unit-php/Makefile
+++ b/unit-php/Makefile
@@ -22,7 +22,7 @@ post-configure:
 		${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} 			\
 			${CONFIGURE_SCRIPT} ${LANG}			\
 				--lib-path=${PREFIX}/lib		\
-					--module=${MODNAME}
+				--module=${MODNAME}
 
 .include "${PHPPKGSRCDIR}/buildlink3.mk"
 .include "../../wip/unit/ext.mk"


Home | Main Index | Thread Index | Old Index