pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdotool



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Sep 19 09:36:32 UTC 2018

Modified Files:
        pkgsrc/x11/xdotool: Makefile

Log Message:
xdotool: Use tabs to align, not spaces (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xdotool/Makefile

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

Modified files:

Index: pkgsrc/x11/xdotool/Makefile
diff -u pkgsrc/x11/xdotool/Makefile:1.3 pkgsrc/x11/xdotool/Makefile:1.4
--- pkgsrc/x11/xdotool/Makefile:1.3     Wed Sep 19 09:33:52 2018
+++ pkgsrc/x11/xdotool/Makefile Wed Sep 19 09:36:32 2018
@@ -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_TOOLS+= gmake pod2man pkg-config
 
 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