summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-11-24 09:23:52 +0000
committerpat <pat@FreeBSD.org>2001-11-24 09:23:52 +0000
commit6e31d08c01bfeecbc083862cbb65c2e24cfd723a (patch)
tree90be6030f459445257f825ee06828a2875a33fc0 /graphics
parente2c7805648294c16addfbaf080d961a212124919 (diff)
downloadFreeBSD-ports-6e31d08c01bfeecbc083862cbb65c2e24cfd723a.zip
FreeBSD-ports-6e31d08c01bfeecbc083862cbb65c2e24cfd723a.tar.gz
Shared lib version bump also enforce use of DOCSDIR
PR: 32246 Submitted by: maintainer
Diffstat (limited to 'graphics')
-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 30e818c..f0dd9d1 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 785e7ae..fa77a62 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 9b2f6dc..e7f1ba6 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
OpenPOWER on IntegriCloud