pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/noto-ttf noto-ttf: Use DEFAULT_DISTFILES instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7367c7e90d01
branches:  trunk
changeset: 447305:7367c7e90d01
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Feb 19 15:24:31 2021 +0000

description:
noto-ttf: Use DEFAULT_DISTFILES instead of DISTNAME and EXTRACT_SUFX

diffstat:

 fonts/noto-ttf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15e7e89cd105 -r 7367c7e90d01 fonts/noto-ttf/Makefile
--- a/fonts/noto-ttf/Makefile   Fri Feb 19 14:54:56 2021 +0000
+++ b/fonts/noto-ttf/Makefile   Fri Feb 19 15:24:31 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:12 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/19 15:24:31 ryoon Exp $
 
 DISTNAME=      Noto-hinted
 PKGNAME=       noto-ttf-20170410
@@ -11,7 +11,7 @@
 COMMENT=       Noto fonts for all languages
 LICENSE=       ofl-v1.1
 
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
+DISTFILES=     ${DEFAULT_DISTFILES} \
                NotoSansCJKjp-hinted${EXTRACT_SUFX} \
                NotoSansCJKkr-hinted${EXTRACT_SUFX} \
                NotoSansCJKsc-hinted${EXTRACT_SUFX} \



Home | Main Index | Thread Index | Old Index