diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:24:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:24:37 +0000 |
commit | 34fe7522adc0a4c846e7d0f69115c7ebf6925398 (patch) | |
tree | 4569190d353e1d261cb21b30739ae236f027ce8e /fonts/fntsample | |
parent | ad93dce8c274d9f95a3df1aa449e2211ed33757c (diff) | |
download | pkgsrc-34fe7522adc0a4c846e7d0f69115c7ebf6925398.tar.gz |
fonts: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'fonts/fntsample')
-rw-r--r-- | fonts/fntsample/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile index 3a66e8d9c60..e5e6ea1536e 100644 --- a/fonts/fntsample/Makefile +++ b/fonts/fntsample/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2019/08/11 13:21:00 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/11/02 22:24:40 rillig Exp $ # DISTNAME= fntsample-5.2 @@ -7,8 +7,8 @@ CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/} GITHUB_TAG= release/${PKGVERSION_NOREV} -BLOCKS_TXT= Blocks-20190308.txt -DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT} +BLOCKS_TXT= Blocks-20190308.txt +DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT} SITES.${BLOCKS_TXT}= -http://unicode.org/Public/UNIDATA/Blocks.txt MAINTAINER= pkgsrc-users@NetBSD.org |