diff options
author | wiz <wiz> | 2005-05-16 19:59:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-16 19:59:54 +0000 |
commit | a370c1655251fcc48280f14c2550c5bd5dbc6df8 (patch) | |
tree | 1358d4145d156a30b2fab577cc676c3dd53c76f8 /Makefile | |
parent | 9313855642757b74ab0f1f3b9e09a19d229ed7f4 (diff) | |
download | pkgsrc-a370c1655251fcc48280f14c2550c5bd5dbc6df8.tar.gz |
Fix typo and remove duplicate word.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.69 2005/05/16 03:45:24 jlam Exp $ +# $NetBSD: Makefile,v 1.70 2005/05/16 19:59:54 wiz Exp $ # -# tools used by this this Makefile +# tools used by this Makefile PKGSRC_USE_TOOLS+= [ awk cat cmp echo env expr false fgrep grep mv \ rm sed sort wc -# additional tools use by bsd.pkg.subdir.mk +# additional tools used by bsd.pkg.subdir.mk PKGSRC_USE_TOOLS+= basename touch # additional tools used by bsd.bulk-pkg.mk |