summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/findutils/DESCR12
-rw-r--r--sysutils/findutils/Makefile6
2 files changed, 14 insertions, 4 deletions
diff --git a/sysutils/findutils/DESCR b/sysutils/findutils/DESCR
index a0f982dcd99..7340af40a63 100644
--- a/sysutils/findutils/DESCR
+++ b/sysutils/findutils/DESCR
@@ -1 +1,11 @@
-The GNU find, xargs and locate utilities.
+The GNU Find Utilities are the basic directory searching utilities
+of the GNU operating system. These programs are typically used in
+conjunction with other programs to provide modular and powerful
+directory search and file locating capabilities to other commands.
+
+The tools supplied with this package are:
+
+* find - search for files in a directory hierarchy
+* locate - list files in databases that match a pattern
+* updatedb - update a file name database
+* xargs - build and execute command lines from standard input
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index de466b9b876..5d90b2617dd 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/12/06 11:43:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.33 2012/12/16 18:13:28 wiz Exp $
DISTNAME= findutils-4.2.33
PKGREVISION= 3
@@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
-COMMENT= The GNU find, xargs and locate utilities
-LICENSE= gnu-gpl-v3
+COMMENT= The GNU find, locate, updatedb, and xargs utilities
+LICENSE= gnu-gpl-v3 # or later
GNU_CONFIGURE= YES
INFO_FILES= YES