Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

14
pkgtools/dfdisk/MESSAGE Normal file
View File

@@ -0,0 +1,14 @@
===========================================================================
$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.
===========================================================================