Advertisement
gusibsd

marcusmerge

Feb 23rd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --- marcusmerge.orig 2013-02-23 11:03:38.173065799 +0100
  2. +++ marcusmerge 2013-02-23 11:04:49.895063170 +0100
  3. @@ -50,12 +50,13 @@
  4. # If you prefer upgrading your port tree using
  5. # "make update" (requires a correct setup in
  6. # /etc/make.conf)
  7. +PKGVERSION_CMD="/usr/sbin/pkg"
  8. +PKGVERSION_ARGS="version -l \<"
  9. + # If you prefer using legacy pkg_* tools change CMD
  10. + # to "/usr/sbin/pkg_version" and ARGS to "-l \<"
  11.  
  12. # You do not have to change anything beyond this line.
  13.  
  14. -PKGVERSION_CMD="/usr/sbin/pkg_version"
  15. -PKGVERSION_ARGS="-l \<"
  16. -
  17. CVSUP_CMD="/usr/bin/csup"
  18. FETCH_CMD="/usr/bin/fetch"
  19. FETCH_ARGS="-4 -q"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement