From 367b859cb898a2c72fd3b4b50cd0248338ccc6c0 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Wed, 21 Aug 2024 13:56:36 -0400 Subject: [PATCH] tagainijisho: correct Changelog case which caused some build failures --- aqua/tagainijisho/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqua/tagainijisho/Portfile b/aqua/tagainijisho/Portfile index a29014bbc76..4b6b5cd226c 100644 --- a/aqua/tagainijisho/Portfile +++ b/aqua/tagainijisho/Portfile @@ -35,7 +35,7 @@ if {${os.platform} ne "darwin" || ${os.major} > 15} { ${destroot}${docdir}/html xinstall -m 0444 {*}[glob ${worksrcpath}/doc/images/*.png] \ ${destroot}${docdir}/html/images - xinstall -m 0644 -W ${worksrcpath} COPYING.txt ChangeLog README.md \ + xinstall -m 0644 -W ${worksrcpath} COPYING.txt Changelog README.md \ ${destroot}${docdir} } } else {