[138239] trunk/dports/multimedia/mpv/Portfile
ionic at macports.org
ionic at macports.org
Thu Jul 2 14:22:28 PDT 2015
Revision: 138239
https://trac.macports.org/changeset/138239
Author: ionic at macports.org
Date: 2015-07-02 14:22:28 -0700 (Thu, 02 Jul 2015)
Log Message:
-----------
mpv: fix port notes - need to substitute variables in {} block.
Modified Paths:
--------------
trunk/dports/multimedia/mpv/Portfile
Modified: trunk/dports/multimedia/mpv/Portfile
===================================================================
--- trunk/dports/multimedia/mpv/Portfile 2015-07-02 21:22:22 UTC (rev 138238)
+++ trunk/dports/multimedia/mpv/Portfile 2015-07-02 21:22:28 UTC (rev 138239)
@@ -143,7 +143,7 @@
}
platform darwin {
- notes-append {
+ notes-append [subst {
The maintainer ships his personal config file in
* ${prefix}/share/examples/${name}/config-maintainer.
@@ -151,7 +151,7 @@
* ${prefix}/etc/${name}/${name}.conf (globally for all users of the system) or
* ~/.${name}/config (only for your current user)
and adjust it to your needs.
- }
+ }]
# VDA (video hardware acceleration, mostly H264) is only supported on 10.6.3+
if {${os.major} > 10 || (${os.major} == 10 && ${os.minor} >= 3)} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150702/b39c36ce/attachment.html>
More information about the macports-changes
mailing list