aboutsummaryrefslogtreecommitdiff
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-11-24 09:23:52 +0000
committerPatrick Li <pat@FreeBSD.org>2001-11-24 09:23:52 +0000
commitfba70d13d2b0cf190a065f7448b4d0bf249e5a04 (patch)
tree080b8c7faf076eaa30a52be1495f3c3eaaa9117d /graphics/s10sh
parenta953e2dfa89c37d52c47111244a0c3630e0fc307 (diff)
downloadports-fba70d13d2b0cf190a065f7448b4d0bf249e5a04.tar.gz
ports-fba70d13d2b0cf190a065f7448b4d0bf249e5a04.zip
Shared lib version bump also enforce use of DOCSDIR
PR: 32246 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50466
Diffstat (limited to 'graphics/s10sh')
-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