diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-11-06 15:50:32 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-11-06 15:50:32 +0000 |
commit | 8e9a91c6245c04216d395bef9e294f1541a07dc7 (patch) | |
tree | 890d1eb56c6cf8296db1968f15adb806886fc8b6 /textproc | |
parent | 327396c398e085aa786110765281794a6702d6b1 (diff) | |
download | pkgsrc-8e9a91c6245c04216d395bef9e294f1541a07dc7.tar.gz |
cldr-emoji-annotation: Remove tailing whitespace
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cldr-emoji-annotation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cldr-emoji-annotation/Makefile b/textproc/cldr-emoji-annotation/Makefile index c820d82c315..ae9c9d2490f 100644 --- a/textproc/cldr-emoji-annotation/Makefile +++ b/textproc/cldr-emoji-annotation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/10/03 15:16:01 tsutsui Exp $ +# $NetBSD: Makefile,v 1.9 2020/11/06 15:50:32 ryoon Exp $ CLDREMJVER= 37.0_13.0_0_2 DISTNAME= cldr-emoji-annotation-${CLDREMJVER} @@ -20,6 +20,6 @@ USE_TOOLS+= gmake USE_LANGUAGES+= c GNU_CONFIGURE= yes -NO_BUILD= YES +NO_BUILD= YES .include "../../mk/bsd.pkg.mk" |