mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/04/17 11:17:15 jmmv Exp $
|
|
|
|
In order to use dfdisk(1) to automatically fetch distfiles for pkgsrc, add
|
|
the following lines to your /etc/mk.conf file (without indentation):
|
|
|
|
.if exists(${PREFIX}/bin/dfdisk)
|
|
FETCH_CMD= ${PREFIX}/bin/dfdisk fetch
|
|
.endif
|
|
|
|
Note that while dfdisk(1) remains unconfigured, your pkgsrc system will
|
|
behave as usual, even if you have added the lines shown above.
|
|
|
|
===========================================================================
|