pkgsrc-WIP-changes archive

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

sent: Use tabs instead of spaces (NFCI)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 7 23:28:41 2018 +0100
Changeset:	0fca5e8c5fa334b52a0825b7ac3b70f8c1e4e7cd

Modified Files:
	sent/Makefile

Log Message:
sent: Use tabs instead of spaces (NFCI)

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

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

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

diffs:
diff --git a/sent/Makefile b/sent/Makefile
index f5344da3bc..a6e61d7199 100644
--- a/sent/Makefile
+++ b/sent/Makefile
@@ -15,23 +15,23 @@ WRKSRC=		${WRKDIR}
 
 DEPENDS+=	farbfeld-[0-9]*:../../wip/farbfeld	# for 2ff
 
-SUBST_CLASSES+=         makefile
-SUBST_STAGE.makefile=   pre-configure
-SUBST_MESSAGE.makefile= Adjust config.mk
-SUBST_FILES.makefile=   config.mk
-SUBST_SED.makefile+=    -e 's,/usr/local,${PREFIX},g'
-SUBST_SED.makefile+=    -e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.makefile+=    -e 's,/usr/X11R6,${X11BASE},'
-SUBST_SED.makefile+=    -e 's,^CFLAGS *= ,CFLAGS += ,'
-SUBST_SED.makefile+=    -e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
-SUBST_SED.makefile+=    -e 's,^LDFLAGS *= ,LDFLAGS += ,'
-SUBST_SED.makefile+=    -e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Adjust config.mk
+SUBST_FILES.makefile=	config.mk
+SUBST_SED.makefile+=	-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+=	-e 's,/usr/X11R6,${X11BASE},'
+SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
 # XXX: freetype2 is not needed, do not add it to CFLAGS.
 SUBST_SED.makefile+=	-e 's,-I/usr/include/freetype2,,'
 
 USE_LANGUAGES=	c99
 
-INSTALLATION_DIRS=      bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"


Home | Main Index | Thread Index | Old Index