summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sane-backends/Makefile4
-rw-r--r--graphics/sane-frontends/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index d065b6cea96..a4412eb54ee 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2008/04/13 21:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2008/04/17 20:24:38 reed Exp $
.include "Makefile.common"
-COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
+COMMENT= API for access to scanners, digital cameras, frame grabbers etc.
DISTNAME= sane-backends-${SANE_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 42dcc62938b..dfb453352a8 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/10/28 11:07:12 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2008/04/17 20:24:38 reed Exp $
.include "../../graphics/sane-backends/Makefile.common"
@@ -6,7 +6,7 @@ DISTNAME= sane-frontends-${SANE_VERSION}
SANE_MICRO= 14
PKGREVISION= 5
-COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
+COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc
BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION}