diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 04:26:57 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 04:26:57 +0000 |
commit | 765c4c23e9e08e42a76716e94e9c8d5bb6887c44 (patch) | |
tree | 360251905a14470a1a723e83b8106e1fe54d1f8b /sysutils/fileutils/pkg-descr | |
parent | 93eed3da96729b7973ab845a538b67ed047f5a39 (diff) | |
download | FreeBSD-ports-765c4c23e9e08e42a76716e94e9c8d5bb6887c44.zip FreeBSD-ports-765c4c23e9e08e42a76716e94e9c8d5bb6887c44.tar.gz |
Minor tweaks to the post-install target and wording changes in pkg-descr.
PR: 24565
Submitted by: maintainer
Diffstat (limited to 'sysutils/fileutils/pkg-descr')
-rw-r--r-- | sysutils/fileutils/pkg-descr | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/fileutils/pkg-descr b/sysutils/fileutils/pkg-descr index 070572d..690c072 100644 --- a/sysutils/fileutils/pkg-descr +++ b/sysutils/fileutils/pkg-descr @@ -1 +1,13 @@ -This directory contains the release of GNU fileutils. +The Free Software Foundation's "file" utilities, including "chgrp", +"chmod", "chown", "cp", "dd", "df", "dir", "dircolors", "du", +"install", "ln", "ls", "mkdir", "mkfifo", "mknod", "mv", "rm", +"rmdir", "sync", "touch", "vdir". + +These utilities exist in the FreeBSD base collection, but the GNU +versions have added functionality that is sometimes useful. + +Note that this port will install these utilities with a `g' prefix, +for example gcp, gdu, gls, gmv, grm, but the texinfo documentation +will refer to these utilities without the `g' prefix. + +WWW: http://www.gnu.org/software/fileutils/fileutils.html |