[89864] trunk/dports/devel/lua-md5/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Feb 13 08:21:32 PST 2012
Revision: 89864
http://trac.macports.org/changeset/89864
Author: ryandesign at macports.org
Date: 2012-02-13 08:21:28 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
lua-md5: fix syntax errors in post-destroot introduced in r89861
Revision Links:
--------------
http://trac.macports.org/changeset/89861
Modified Paths:
--------------
trunk/dports/devel/lua-md5/Portfile
Modified: trunk/dports/devel/lua-md5/Portfile
===================================================================
--- trunk/dports/devel/lua-md5/Portfile 2012-02-13 16:01:03 UTC (rev 89863)
+++ trunk/dports/devel/lua-md5/Portfile 2012-02-13 16:21:28 UTC (rev 89864)
@@ -40,16 +40,13 @@
post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${name}
- eval xinstall -m 644 ${worksrcpath}/README \
- [glob ${worksrcpath}/doc/us/*]
+ eval xinstall -m 644 ${worksrcpath}/README [glob ${worksrcpath}/doc/us/*] \
${destroot}${prefix}/share/doc/${name}
xinstall -d ${destroot}${prefix}/share/examples/${name}
- eval xinstall -m 755 ${worksrcpath}/tests/DES56/fdemo \
+ xinstall -m 755 ${worksrcpath}/tests/DES56/fdemo \
${destroot}${prefix}/share/examples/${name}
-
- eval xinstall -m 644 ${worksrcpath}/tests/DES56/fdemo.c
- ${worksrcpath}/tests/test.lua
+ xinstall -m 644 -W ${worksrcpath}/tests DES56/fdemo.c test.lua \
${destroot}${prefix}/share/examples/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/3bf2fd97/attachment.html>
More information about the macports-changes
mailing list