[50371] trunk/dports/sysutils/bash-completion/Portfile

raimue at macports.org raimue at macports.org
Wed Apr 29 14:58:25 PDT 2009


Revision: 50371
          http://trac.macports.org/changeset/50371
Author:   raimue at macports.org
Date:     2009-04-29 14:58:25 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
sysutils/bash-completion:
Install completions from the contrib dir which have been moved out from the
main script, closes #19477

Modified Paths:
--------------
    trunk/dports/sysutils/bash-completion/Portfile

Modified: trunk/dports/sysutils/bash-completion/Portfile
===================================================================
--- trunk/dports/sysutils/bash-completion/Portfile	2009-04-29 21:52:52 UTC (rev 50370)
+++ trunk/dports/sysutils/bash-completion/Portfile	2009-04-29 21:58:25 UTC (rev 50371)
@@ -4,6 +4,7 @@
 
 name            bash-completion
 version         1.0
+revision        1
 epoch           1
 categories      sysutils
 platforms       darwin
@@ -26,6 +27,7 @@
 destroot {
     xinstall -d ${destroot}${prefix}/etc/bash_completion.d
     xinstall -m 755 ${worksrcpath}/bash_completion ${destroot}${prefix}/etc/
+    eval xinstall -m 644 [glob ${worksrcpath}/contrib/*] ${destroot}${prefix}/etc/bash_completion.d/
     xinstall -m 644 ${filespath}/port.cmd ${destroot}${prefix}/etc/bash_completion.d/port
 }
 destroot.keepdirs   ${destroot}${prefix}/etc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/32179aeb/attachment-0001.html>


More information about the macports-changes mailing list