From 7fbb8d952791a8c4d82b77759fc5fb7accd491fe Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 6 Aug 2005 06:19:03 +0000 Subject: 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. --- graphics/get_ds7/Makefile | 14 +++++++++----- graphics/get_ds7/PLIST | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'graphics/get_ds7') 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 -- cgit v1.2.3