Revision: 92469 https://trac.macports.org/changeset/92469 Author: ciserlohn@macports.org Date: 2012-04-29 08:48:42 -0700 (Sun, 29 Apr 2012) Log Message: ----------- git-core: allow bash-completion-devel port to satisfy bash-completion dependency (see #34253) Modified Paths: -------------- trunk/dports/devel/git-core/Portfile Modified: trunk/dports/devel/git-core/Portfile =================================================================== --- trunk/dports/devel/git-core/Portfile 2012-04-29 12:28:16 UTC (rev 92468) +++ trunk/dports/devel/git-core/Portfile 2012-04-29 15:48:42 UTC (rev 92469) @@ -154,7 +154,7 @@ } variant bash_completion { - depends_run-append port:bash-completion + depends_run-append path:etc/bash_completion:bash-completion post-destroot { xinstall -d ${destroot}${prefix}/etc/bash_completion.d
participants (1)
-
ciserlohn@macports.org