Makefile.dist-stage1.diff 691 B

1234567891011121314151617181920212223
  1. --- Makefile.dist.orig 2017-01-31 16:09:25.000000000 -0300
  2. +++ Makefile.dist 2017-02-01 09:21:14.000000000 -0300
  3. @@ -30,8 +30,8 @@
  4. # number of ways. See the man page and the documentation in
  5. # doc/graft.{html,pdf,ps,txt}.
  6. -PACKAGEDIR = /usr/local/pkgs
  7. -TARGETDIR = /usr/local
  8. +PACKAGEDIR = /usr/pkg
  9. +TARGETDIR = /
  10. # You should only need to change the value of TOP to reflect the
  11. # installation directory for graft if it is different from your default
  12. @@ -55,7 +55,7 @@
  13. #
  14. # #!/usr/bin/perl -w
  15. -PERL = /usr/bin/perl
  16. +PERL = /tools/bin/perl
  17. # The location of the perl executable used to build the graft
  18. # executable. You'll need to change this only if you do not have a fixed