Modified: trunk/dports/devel/hub/Portfile (121476 => 121477)
--- trunk/dports/devel/hub/Portfile 2014-06-26 16:22:52 UTC (rev 121476)
+++ trunk/dports/devel/hub/Portfile 2014-06-26 16:32:55 UTC (rev 121477)
@@ -5,7 +5,7 @@
PortGroup github 1.0
github.setup github hub 1.12.1 v
-revision 1
+revision 2
description git-wrapper for GitHub specific functionality
long_description hub is a command line utility which adds GitHub knowledge to git.\
It can be used on its own or as a git wrapper.
@@ -32,7 +32,7 @@
build {}
destroot.cmd rake
-destroot.args prefix=${destroot}${prefix}
+destroot.args prefix=${prefix}
post-destroot {
set bash-completions ${destroot}${prefix}/share/bash-completion/completions
xinstall -d ${bash-completions}