pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/s10sh Convert to buildlink3 and fix a typo in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16c7f6b8acf1
branches:  trunk
changeset: 473843:16c7f6b8acf1
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 24 23:07:06 2004 +0000

description:
Convert to buildlink3 and fix a typo in DESCR.

diffstat:

 graphics/s10sh/DESCR    |  2 +-
 graphics/s10sh/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 85376baab1f9 -r 16c7f6b8acf1 graphics/s10sh/DESCR
--- a/graphics/s10sh/DESCR      Sat Apr 24 23:05:46 2004 +0000
+++ b/graphics/s10sh/DESCR      Sat Apr 24 23:07:06 2004 +0000
@@ -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 -r 85376baab1f9 -r 16c7f6b8acf1 graphics/s10sh/Makefile
--- a/graphics/s10sh/Makefile   Sat Apr 24 23:05:46 2004 +0000
+++ b/graphics/s10sh/Makefile   Sat Apr 24 23:07:06 2004 +0000
@@ -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 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index