## Binary pkgsrc packages
-We offer a reasonable number of binary pkgsrc packages for every stable release of DragonFly. Look at the [[list|mirrors]] of worldwide mirrors to find a mirror near you carrying binary packages. See the man page of [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd§ion=ANY) how to install these packages.
+We offer a reasonable number of binary pkgsrc packages for every stable release of DragonFly. Look at the [[list|mirrors]] of worldwide mirrors to find a mirror near you carrying binary packages. See the [[pkgsrc page|docs/howtos/HowToPkgsrc/]] how to install these packages.
-Pkgsrc sources can now be obtained via git instead of CVS, and we recommend that our git mirror be used instead of loading down NetBSD's
-CVS servers. To obtain the pkgsrc tree via git:
+Pkgsrc sources can now be obtained via git instead of CVS, and we recommend that our git mirror be used instead of loading down NetBSD's CVS servers. The pkgsrc git uri which mirrors the NetBSD pkgsrc cvs repo is: `git://git.dragonflybsd.org/pkgsrcv2.git`
+
+To obtain the pkgsrc tree via git:
# cd /usr
# make pkgsrc-create
# chmod u-w Makefile
# make pkgsrc-create
-The pkgsrc git uri which mirrors the NetBSD pkgsrc cvs repo is: git://git.dragonflybsd.org/pkgsrcv2.git
## Obtaining source via git