aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/s10sh/Makefile9
-rw-r--r--graphics/s10sh/pkg-descr1
-rw-r--r--graphics/s10sh/pkg-plist4
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 30e818cb26a0..f0dd9d17835e 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= s10sh
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/
@@ -20,15 +21,13 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd
.if defined(NOUSB) || defined(WITHOUT_USB)
MAKE_ENV+= WITHOUT_USB=YES
.else
-LIB_DEPENDS= usb-0.1.3:${PORTSDIR}/devel/libusb
+LIB_DEPENDS= usb-0.1.4:${PORTSDIR}/devel/libusb
.endif
.if !defined(NOPORTDOCS)
-DOCDIR= share/doc/s10sh
-PLIST_SUB+= DOCDIR="${DOCDIR}"
post-install:
- ${MKDIR} ${LOCALBASE}/${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/${DOCDIR}
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/graphics/s10sh/pkg-descr b/graphics/s10sh/pkg-descr
index 785e7ae3d65e..fa77a627bdf5 100644
--- a/graphics/s10sh/pkg-descr
+++ b/graphics/s10sh/pkg-descr
@@ -4,6 +4,7 @@ PowerShot camera. The interface is quite similar to DOS's command.com.
S10sh supports the following PowerShot models:
+ G1 (works with USB, not reported if works with the serial interface)
S10 (serial and USB)
S20 (serial and USB)
S100 aka Digital Ixus (USB only, since it lacks the serial interface)
diff --git a/graphics/s10sh/pkg-plist b/graphics/s10sh/pkg-plist
index 9b2f6dc49738..e7f1ba659333 100644
--- a/graphics/s10sh/pkg-plist
+++ b/graphics/s10sh/pkg-plist
@@ -1,3 +1,3 @@
bin/s10sh
-%%PORTDOCS%%%%DOCDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCDIR%%
+%%PORTDOCS%%share/doc/s10sh/README
+%%PORTDOCS%%@dirrm share/doc/s10sh