pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/noto-ttf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Feb 19 15:24:32 UTC 2021

Modified Files:
        pkgsrc/fonts/noto-ttf: Makefile

Log Message:
noto-ttf: Use DEFAULT_DISTFILES instead of DISTNAME and EXTRACT_SUFX


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/noto-ttf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/noto-ttf/Makefile
diff -u pkgsrc/fonts/noto-ttf/Makefile:1.5 pkgsrc/fonts/noto-ttf/Makefile:1.6
--- pkgsrc/fonts/noto-ttf/Makefile:1.5  Sun Jan 26 17:31:12 2020
+++ pkgsrc/fonts/noto-ttf/Makefile      Fri Feb 19 15:24:31 2021
@@ -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 @@ HOMEPAGE=     https://www.google.com/get/not
 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