Revision
121477
Author
g5pw@macports.org
Date
2014-06-26 09:32:55 -0700 (Thu, 26 Jun 2014)

Log Message

devel/hub:
  fix destroot
  increment revision as the port could have been successfully built
  I also forgot to reset revisions. Not much I con do about it now, I guess.

Modified Paths

Diff

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}