# cd /usr
# make pkgsrc-create
+Beware, <a href="http://leaf.dragonflybsd.org/mailarchive/users/2010-09/msg00197.html">pkgsrc git repository just changed</a>, with release 2.6.3 you will need to update the address in the Makefile:
+
+ # cd /usr
+ # chmod u+w Makefile
+ # perl -i -ne 's/pkgsrc\.git/pkgsrcv2.git/;print' Makefile
+ # chmod u-w Makefile
+ # make pkgsrc-create
+
## Obtaining source via git
Since DragonFly 2.1 the source repository is maintained with git instead of CVS. To clone the sources using git: