[101745] trunk/dports/devel/bzr/Portfile

raimue at macports.org raimue at macports.org
Fri Jan 18 02:26:06 PST 2013


Revision: 101745
          https://trac.macports.org/changeset/101745
Author:   raimue at macports.org
Date:     2013-01-18 02:26:05 -0800 (Fri, 18 Jan 2013)
Log Message:
-----------
devel/bzr:
For variant +bash-completion, install completion file to new path.

Modified Paths:
--------------
    trunk/dports/devel/bzr/Portfile

Modified: trunk/dports/devel/bzr/Portfile
===================================================================
--- trunk/dports/devel/bzr/Portfile	2013-01-18 10:03:01 UTC (rev 101744)
+++ trunk/dports/devel/bzr/Portfile	2013-01-18 10:26:05 UTC (rev 101745)
@@ -6,6 +6,7 @@
 name          bzr
 version       2.5.1
 set branch    [join [lrange [split ${version} .] 0 1] .]
+revision      1
 categories    devel python
 platforms     darwin
 license       GPL-2+
@@ -52,9 +53,9 @@
     depends_run-append  path:etc/bash_completion:bash-completion
 
     post-destroot {
-        xinstall -d ${destroot}${prefix}/etc/bash_completion.d
+        xinstall -d ${destroot}${prefix}/share/bash-completion/completions
         xinstall -m 644 ${worksrcpath}/contrib/bash/bzr \
-            ${destroot}${prefix}/etc/bash_completion.d/bzr
+            ${destroot}${prefix}/share/bash-completion/completions
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130118/e2d2772a/attachment.html>


More information about the macports-changes mailing list