diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-05-22 01:33:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-05-22 01:33:31 +0000 |
commit | afbfae7d26aabfaa1c7cc9428b68942cfb7efc32 (patch) | |
tree | ddc138323e35a33f1b22bac723ed7e3bf3588648 /pkgtools | |
parent | 7905e9b091c5e54c6744cd0167462ee5a4e57e2c (diff) | |
download | pkgsrc-afbfae7d26aabfaa1c7cc9428b68942cfb7efc32.tar.gz |
add find to the tools list
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/prereq-readme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile index c17d032f30c..01f3abc5bde 100644 --- a/pkgtools/prereq-readme/Makefile +++ b/pkgtools/prereq-readme/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 04:48:24 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/22 01:33:31 dmcmahill Exp $ # -DISTNAME= prereq-readme-20050518 +DISTNAME= prereq-readme-20050521 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -23,6 +23,7 @@ PKGSRC_USE_TOOLS+= cmp PKGSRC_USE_TOOLS+= echo PKGSRC_USE_TOOLS+= expr PKGSRC_USE_TOOLS+= fgrep +PKGSRC_USE_TOOLS+= find PKGSRC_USE_TOOLS+= grep PKGSRC_USE_TOOLS+= sed PKGSRC_USE_TOOLS+= setenv |