pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/noto-hentaigana



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep 28 09:28:05 UTC 2024

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

Log Message:
noto-hentaigana: Fix PKGNAME to match directory name

It was my mistake.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/noto-hentaigana/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-hentaigana/Makefile
diff -u pkgsrc/fonts/noto-hentaigana/Makefile:1.1 pkgsrc/fonts/noto-hentaigana/Makefile:1.2
--- pkgsrc/fonts/noto-hentaigana/Makefile:1.1   Tue Sep 10 13:54:54 2024
+++ pkgsrc/fonts/noto-hentaigana/Makefile       Sat Sep 28 09:28:05 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/09/10 13:54:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2024/09/28 09:28:05 ryoon Exp $
 
 DISTNAME=      NotoSerifHentaigana-v1.000
-PKGNAME=       ${DISTNAME:S,-v,-,}
+PKGNAME=       ${DISTNAME:tl:S,notoserif,noto-,:S,-v,-,}
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=notofonts/}
 GITHUB_PROJECT=        hentaigana



Home | Main Index | Thread Index | Old Index