Pullup tickets #3072 and #3073.
[pkgsrc.git] / pkgtools / dfdisk / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 In order to use dfdisk(1) to automatically fetch distfiles for pkgsrc, add
5 the following lines to your /etc/mk.conf file (without indentation):
6
7         .if exists(${PREFIX}/bin/dfdisk)
8         FETCH_CMD= ${PREFIX}/bin/dfdisk fetch
9         .endif
10
11 Note that while dfdisk(1) remains unconfigured, your pkgsrc system will
12 behave as usual, even if you have added the lines shown above.
13
14 ===========================================================================