summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2008-04-17 20:24:38 +0000
committerreed <reed>2008-04-17 20:24:38 +0000
commitdccd1d8006cd060590d84c26bb7a4807e2502072 (patch)
tree8d532e5e2b28ef3e0af6a299bba177afb2f79f0f
parent839651671a3e2645dd3bbbe2988212658fcf5390 (diff)
downloadpkgsrc-dccd1d8006cd060590d84c26bb7a4807e2502072.tar.gz
Fix comment.
-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}