summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsnj <snj>2004-02-13 23:37:29 +0000
committersnj <snj>2004-02-13 23:37:29 +0000
commit5b77574355757e8fd51cca863965bb48c48cc787 (patch)
treead7e4dffabc50d3c4afabd0edd8a6d7e181f39b6 /devel
parentb14ff091c61cbf977031273fdc2cb9ba618b342a (diff)
downloadpkgsrc-5b77574355757e8fd51cca863965bb48c48cc787.tar.gz
s/dependancy/dependency/; s/handoptimized/hand optimized/;
s/preproccesor/preprocessor/
Diffstat (limited to 'devel')
-rw-r--r--devel/fastdep/DESCR6
-rw-r--r--devel/fastdep/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/fastdep/DESCR b/devel/fastdep/DESCR
index e733c401a37..28e80389fa4 100644
--- a/devel/fastdep/DESCR
+++ b/devel/fastdep/DESCR
@@ -1,7 +1,7 @@
fastdep is a fast dependency generator for C/C++ files. It generates a
-file ready to be parsed by the make(1) utility containing dependancy
+file ready to be parsed by the make(1) utility containing dependency
specifications for all source files given to it.
-The program is written in C++ with a handoptimized parser for just the
-preproccesor tokens; therefore it is faster than GCC because it does
+The program is written in C++ with a hand optimized parser for just the
+preprocessor tokens; therefore it is faster than GCC because it does
just one thing.
diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile
index 1957351065d..e2ee2378600 100644
--- a/devel/fastdep/Makefile
+++ b/devel/fastdep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/22 08:24:29 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/13 23:37:29 snj Exp $
#
DISTNAME= fastdep-0.16
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
-COMMENT= Dependancy generator for C/C++ files
+COMMENT= Dependency generator for C/C++ files
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES