[56001] trunk/dports/print/fondu/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Aug 22 16:04:45 PDT 2009
Revision: 56001
http://trac.macports.org/changeset/56001
Author: ryandesign at macports.org
Date: 2009-08-22 16:04:45 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
fondu: avoid the need for a foreach loop in the post-destroot by using eval xinstall
Modified Paths:
--------------
trunk/dports/print/fondu/Portfile
Modified: trunk/dports/print/fondu/Portfile
===================================================================
--- trunk/dports/print/fondu/Portfile 2009-08-22 23:02:08 UTC (rev 56000)
+++ trunk/dports/print/fondu/Portfile 2009-08-22 23:04:45 UTC (rev 56001)
@@ -39,7 +39,5 @@
configure.args --bindir=${prefix}/bin --mandir=${prefix}/share/man
post-destroot {
- foreach manpage [glob ${worksrcpath}/*.1] {
- xinstall ${manpage} ${destroot}${prefix}/share/man/man1/
- }
+ eval xinstall -m 644 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090822/83c04935/attachment.html>
More information about the macports-changes
mailing list