pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xdotool xdotool: Use tabs to align, not spaces (NFC)
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0ab5c012fcc
branches: trunk
changeset: 312919:c0ab5c012fcc
user: leot <leot%pkgsrc.org@localhost>
date: Wed Sep 19 09:36:32 2018 +0000
description:
xdotool: Use tabs to align, not spaces (NFC)
diffstat:
x11/xdotool/Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 87b275f4abee -r c0ab5c012fcc x11/xdotool/Makefile
--- a/x11/xdotool/Makefile Wed Sep 19 09:34:23 2018 +0000
+++ b/x11/xdotool/Makefile Wed Sep 19 09:36:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/19 09:33:52 leot Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/19 09:36:32 leot Exp $
DISTNAME= xdotool-3.20160805.1
CATEGORIES= x11
@@ -18,11 +18,11 @@
USE_LANGUAGES= c99
-SUBST_CLASSES+= fix-getopt
-SUBST_STAGE.fix-getopt= pre-build
-SUBST_MESSAGE.fix-getopt= Fixing getopt
-SUBST_FILES.fix-getopt= *.c
-SUBST_SED.fix-getopt+= -e 's,getopt_long_only,getopt_long,g'
+SUBST_CLASSES+= fix-getopt
+SUBST_STAGE.fix-getopt= pre-build
+SUBST_MESSAGE.fix-getopt= Fixing getopt
+SUBST_FILES.fix-getopt= *.c
+SUBST_SED.fix-getopt+= -e 's,getopt_long_only,getopt_long,g'
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index