Advertisement
gusibsd

mergemaster

Feb 23rd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --- marcusmerge.orig 2013-02-23 10:33:45.069064985 +0100
  2. +++ marcusmerge 2013-02-23 10:35:03.666064175 +0100
  3. @@ -29,12 +29,12 @@
  4.  
  5. # These variables are overrideable in /usr/local/etc/${SCRIPTNAME}.cfg.
  6.  
  7. -SRCDIR=${MARCUSMERGE_SRCDIR:=""}
  8. +SRCDIR=${MARCUSMERGE_SRCDIR:="/root/marcuscom"}
  9. # The path to the MarcusCom ports without the trailing
  10. # module name (i.e. without the trailing /ports).
  11. DESTDIR=${MARCUSMERGE_DESTDIR:="/usr/ports"}
  12. # The path to the official ports collection.
  13. -VERBOSE=${MARCUSMERGE_VERBOSE:="no"}
  14. +VERBOSE=${MARCUSMERGE_VERBOSE:="yes"}
  15. # If you want verbose output.
  16. SUPFILE=${MARCUSMERGE_SUPFILE:=""}
  17. # The path your ports-supfile (default: auto).
  18. @@ -53,8 +53,8 @@
  19.  
  20. # You do not have to change anything beyond this line.
  21.  
  22. -PKGVERSION_CMD="/usr/sbin/pkg_version"
  23. -PKGVERSION_ARGS="-l \<"
  24. +PKGVERSION_CMD="/usr/sbin/pkg"
  25. +PKGVERSION_ARGS="version -l \<"
  26.  
  27. CVSUP_CMD="/usr/bin/csup"
  28. FETCH_CMD="/usr/bin/fetch"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement