summaryrefslogtreecommitdiff
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-24 23:07:06 +0000
committersnj <snj@pkgsrc.org>2004-04-24 23:07:06 +0000
commit902478ce683e9abd4db8e14eb86a1d3b6becea8b (patch)
tree5a6c9e9e519a97f87c57deaac9d1b3a4ba927262 /graphics/s10sh
parent50fca7f8c52ad2b500518d41c0f655e9b1e371f5 (diff)
downloadpkgsrc-902478ce683e9abd4db8e14eb86a1d3b6becea8b.tar.gz
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'graphics/s10sh')
-rw-r--r--graphics/s10sh/DESCR2
-rw-r--r--graphics/s10sh/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/s10sh/DESCR b/graphics/s10sh/DESCR
index cf4f96a8b62..f8b9a270473 100644
--- a/graphics/s10sh/DESCR
+++ b/graphics/s10sh/DESCR
@@ -1,3 +1,3 @@
s10sh is a USB/serial userspace driver for the Canon PowerShot digital cameras.
-Using s10sh you can download, upload and explore the images caputered with your
+Using s10sh you can download, upload and explore the images captured with your
PowerShot camera. The interface is quite similar to DOS's command.com.
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 9169cf7b87f..b357f39f139 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:42:43 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/24 23:07:06 snj Exp $
#
DISTNAME= s10sh-0.2.0
@@ -9,7 +9,7 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://www.kyuzz.org/antirez/s10sh
COMMENT= USB/serial userspace driver for Canon PowerShot cameras
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
@@ -18,5 +18,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/s10sh
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/s10sh
-.include "../../devel/libusb/buildlink2.mk"
+.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"