--- wikisrc/tutorials/how_to_read_css_protected_dvds.mdwn 2012/02/05 07:14:36 1.2 +++ wikisrc/tutorials/how_to_read_css_protected_dvds.mdwn 2013/03/08 01:33:39 1.3 @@ -17,11 +17,9 @@ By default, under NetBSD, when installin Libdvdcss is already present for installation in pkgsrc. As it is illegal in certain states, pkgsrc can not install it directly without some user interaction. -Before making it, we will first need to add some information to [mk.conf(5)](http://netbsd.gw.com/cgi-bin/man-cgi?mk.conf+5+NetBSD-current), namely the master sites from which we should fetch the libdvdcss source code. There are many, but we will get it straight from the [VideoLAN project](http://www.videolan.org/), which hosts libdvdcss: - - -# echo "LIBDVDCSS_MASTER_SITES=http://download.videolan.org/pub/libdvdcss/" >> /etc/mk.conf +Before making it, we will first need to add some information to [mk.conf(5)](http://netbsd.gw.com/cgi-bin/man-cgi?mk.conf+5+NetBSD-current), namely the master sites from which we should fetch the libdvdcss source code. There are many, including the videolan project, which hosts libdvdcss: +# echo "LIBDVDCSS_MASTER_SITES='the website you found'" >> /etc/mk.conf Now, start building libdvdcss (should not take more than a couple minutes):