summaryrefslogtreecommitdiff
path: root/graphics/get_ds7
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /graphics/get_ds7
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'graphics/get_ds7')
-rw-r--r--graphics/get_ds7/Makefile14
-rw-r--r--graphics/get_ds7/PLIST4
2 files changed, 11 insertions, 7 deletions
diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile
index 283af75705d..cc1f3ff4a58 100644
--- a/graphics/get_ds7/Makefile
+++ b/graphics/get_ds7/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:10 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:19 jlam Exp $
#
DISTNAME= get_ds7_1.2.4
PKGNAME= get_ds7-1.2.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/
EXTRACT_SUFX= .tar
@@ -11,11 +12,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/index-e.html
COMMENT= Read pictures from a FUJIFILM DS-7(DS series) digital camera
-USE_TOOLS+= perl
+USE_TOOLS+= perl:run
WRKSRC= ${WRKDIR}/ds-7_1.2.4
DECOMPRESS_CMD= ${CAT}
-NO_BUILD= # defined
+
+PERL5_CONFIGURE= no
+NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/get_ds7
@@ -26,11 +29,12 @@ post-patch:
<${WRKSRC}/get_ds7 >${WRKSRC}/get_ds7.exe
do-install:
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
- ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
+ ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/get_ds7.exe ${PREFIX}/bin/get_ds7
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCDIR}
${INSTALL_MAN} ${WRKSRC}/README.english ${DOCDIR}
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/get_ds7/PLIST b/graphics/get_ds7/PLIST
index 4d43958375e..aa25b65178c 100644
--- a/graphics/get_ds7/PLIST
+++ b/graphics/get_ds7/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:53 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:19 jlam Exp $
bin/get_ds7
-${PERL5_SITELIB}/ds7_lib.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ds7_lib.pm
share/doc/get_ds7/README
share/doc/get_ds7/README.english
@dirrm share/doc/get_ds7