Revision: 138239 https://trac.macports.org/changeset/138239 Author: ionic@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)} {