diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 19:57:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 19:57:58 +0000 |
commit | 1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (patch) | |
tree | cac99088febfeca80101b51c2cf4c11e55c10e63 /print/lilypond | |
parent | f056db6d1e0fa810249ae2e76f84665af80a372e (diff) | |
download | pkgsrc-1c44ec1b14eb5e1fcb019972f90d270ed64d21b1.tar.gz |
print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 1823f07aea3..224d1717d38 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2019/09/02 13:19:59 adam Exp $ +# $NetBSD: Makefile,v 1.126 2019/11/04 19:57:59 rillig Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 16 @@ -53,9 +53,9 @@ CONFIGURE_ARGS+= --disable-optimising CONFIGURE_ARGS+= --with-ncsb-dir=${PREFIX}/share/fonts/urw CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -REPLACE_PYTHON+= scripts/build/yyout2grammar.py +REPLACE_PYTHON+= scripts/build/yyout2grammar.py PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.18.0 -PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} +PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h # make sure we use the same version for that file and the flex binary |