diff options
author | leot <leot@pkgsrc.org> | 2018-09-19 09:36:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-09-19 09:36:32 +0000 |
commit | 85ba24eb288e83a166ca26e76aff6b1fe66aa896 (patch) | |
tree | 7bc975f58eb968fc194087235dbac8b53a6e2e99 /x11 | |
parent | 2aeec17df0d59425a3850c1a06977083f0384d9b (diff) | |
download | pkgsrc-85ba24eb288e83a166ca26e76aff6b1fe66aa896.tar.gz |
xdotool: Use tabs to align, not spaces (NFC)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdotool/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index c3eb6691a27..a38c5739cde 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -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" |