<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a0cedf6ff6f92f016060bc2fd2fa0bb8eb99f282">https://github.com/macports/macports-ports/commit/a0cedf6ff6f92f016060bc2fd2fa0bb8eb99f282</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a0cedf6ff6f liberation-fonts: install to TTF directory
</span>a0cedf6ff6f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a0cedf6ff6f92f016060bc2fd2fa0bb8eb99f282
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Tue May 14 18:57:21 2024 +0400

<span style='display:block; white-space:pre;color:#404040;'>    liberation-fonts: install to TTF directory
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This lets them get picked up by X11.
</span>---
 x11/liberation-fonts/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/liberation-fonts/Portfile b/x11/liberation-fonts/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6f562b6d8d7..c114a8acd06 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/liberation-fonts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/liberation-fonts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        liberationfonts liberation-fonts 2.1.5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 github.master_sites ${github.homepage}/files/7261482
 # URL for releases is:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +37,7 @@ use_configure       no
</span> build {}
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set fontsdir ${destroot}${prefix}/share/fonts/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set fontsdir ${destroot}${prefix}/share/fonts/TTF
</span>     xinstall -d -m 755 ${fontsdir}
     xinstall -m 644 {*}[glob ${worksrcpath}/*.ttf] ${fontsdir}
 }
</pre><pre style='margin:0'>

</pre>