pkgsrc-WIP-changes archive

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

stagit: unexpand whitespace



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 4 19:04:48 2019 +0200
Changeset:	d66d2e8485f819afc32fe37f2d1473330edb82a8

Modified Files:
	stagit/Makefile

Log Message:
stagit: unexpand whitespace

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

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

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

diffs:
diff --git a/stagit/Makefile b/stagit/Makefile
index dfc2845931..5f4c89e131 100644
--- a/stagit/Makefile
+++ b/stagit/Makefile
@@ -12,12 +12,12 @@ LICENSE=	mit
 USE_LANGUAGES=	c99
 
 # Adjust config.mk
-SUBST_CLASSES+=         makefile
-SUBST_STAGE.makefile=   pre-configure
-SUBST_MESSAGE.makefile= Fixing config.mk
-SUBST_FILES.makefile=   config.mk
-SUBST_SED.makefile+=    -e 's,^CFLAGS *= ,CFLAGS += ,'
-SUBST_SED.makefile+=    -e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Fixing config.mk
+SUBST_FILES.makefile=	config.mk
+SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
 
 MAKE_FLAGS+=	PREFIX=${PREFIX}
 MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}


Home | Main Index | Thread Index | Old Index