[96229] trunk/dports/devel/ninja/Portfile
cal at macports.org
cal at macports.org
Sun Aug 5 04:15:33 PDT 2012
Revision: 96229
https://trac.macports.org/changeset/96229
Author: cal at macports.org
Date: 2012-08-05 04:15:33 -0700 (Sun, 05 Aug 2012)
Log Message:
-----------
ninja: install bash completion files, closes #35524, maintainer
This isn't the version of the patch posted in the ticket. This has been
discussed with the maintainer in IRC.
Modified Paths:
--------------
trunk/dports/devel/ninja/Portfile
Modified: trunk/dports/devel/ninja/Portfile
===================================================================
--- trunk/dports/devel/ninja/Portfile 2012-08-05 11:14:42 UTC (rev 96228)
+++ trunk/dports/devel/ninja/Portfile 2012-08-05 11:15:33 UTC (rev 96229)
@@ -41,4 +41,6 @@
destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+ xinstall -d ${destroot}${prefix}/etc/bash_completion.d
+ xinstall -m 644 ${worksrcpath}/misc/bash-completion ${destroot}${prefix}/etc/bash_completion.d/ninja
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120805/2838197a/attachment-0001.html>
More information about the macports-changes
mailing list