Revision: 117452 https://trac.macports.org/changeset/117452 Author: cal@macports.org Date: 2014-02-26 14:55:17 -0800 (Wed, 26 Feb 2014) Log Message: ----------- ott: fix build error introduced by r117451 Revision Links: -------------- https://trac.macports.org/changeset/117451 Modified Paths: -------------- trunk/dports/devel/ott/Portfile Modified: trunk/dports/devel/ott/Portfile =================================================================== --- trunk/dports/devel/ott/Portfile 2014-02-26 22:43:45 UTC (rev 117451) +++ trunk/dports/devel/ott/Portfile 2014-02-26 22:55:17 UTC (rev 117452) @@ -41,7 +41,7 @@ ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/examples \ ${destroot}${prefix}/share/doc/${name}/examples - xinstall -m 644 ${worksrcpath}/LICENSE \ + xinstall -m 644 ${worksrcpath}/LICENCE \ ${destroot}${prefix}/share/doc/${name} }