pkgsrc-WIP-changes archive

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

gcr: Fix whitespace



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Wed Apr 13 16:20:20 2016 +0200
Changeset:	bbcfd62baabc0f2054153ae5b79db826742b6844

Modified Files:
	gcr/Makefile

Log Message:
gcr: Fix whitespace

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

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

diffstat:
 gcr/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/gcr/Makefile b/gcr/Makefile
index 6221f84..1960cd5 100644
--- a/gcr/Makefile
+++ b/gcr/Makefile
@@ -15,22 +15,22 @@ BUILD_DEPENDS+=		gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 GNU_CONFIGURE=		YES
 USE_PKGLOCALEDIR=	YES
 USE_TOOLS+=		gmake intltool msgfmt perl pkg-config \
-				aclocal autoconf autoheader automake
+			aclocal autoconf autoheader automake
 
 USE_LIBTOOL=		YES
 
-PKGCONFIG_OVERRIDE+=	gck-1.pc.in			\
-						gcr-base-3.pc.in	\
-						gcr-ui.pc.in		\
-						gcr-3.pc.in
+PKGCONFIG_OVERRIDE+=	gck-1.pc.in    	 \
+			gcr-base-3.pc.in \
+			gcr-ui.pc.in  	 \
+			gcr-3.pc.in
 
 post-patch:
 		cp ${FILESDIR}/memrchr.c ${WRKSRC}/egg/
 
 pre-configure:
 	${RUN} cd ${WRKSRC} &&	\
-		autoconf &&			\
-		autoheader &&		\
+		autoconf &&	\
+		autoheader &&	\
 		automake
 
 .include "../../security/libgcrypt/buildlink3.mk"


Home | Main Index | Thread Index | Old Index