pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc The package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1441a09d96f4
branches:  trunk
changeset: 537295:1441a09d96f4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Jan 05 22:41:27 2008 +0000

description:
The package supports installation to DESTDIR.
No compiler necessary.

diffstat:

 finance/p5-Finance-Quote/Makefile     |  6 +++++-
 www/p5-HTML-Element-Extended/Makefile |  8 +++++---
 www/p5-HTML-TableExtract/Makefile     |  6 +++++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (77 lines):

diff -r 23b767b53fe6 -r 1441a09d96f4 finance/p5-Finance-Quote/Makefile
--- a/finance/p5-Finance-Quote/Makefile Sat Jan 05 22:38:08 2008 +0000
+++ b/finance/p5-Finance-Quote/Makefile Sat Jan 05 22:41:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/01/15 22:41:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2008/01/05 22:48:29 heinz Exp $
 
 DISTNAME=      Finance-Quote-1.13
 PKGNAME=       p5-${DISTNAME}
@@ -9,12 +9,16 @@
 HOMEPAGE=      http://finance-quote.sourceforge.net/
 COMMENT=       Perl module to get stock quotes from Yahoo
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
 DEPENDS+=      p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
 DEPENDS+=      p5-libwww>=5.48:../../www/p5-libwww
 
 CONFLICTS=     p5-finance-quote-[0-9]*
 
+USE_LANGUAGES= # empty
+
 PERL5_PACKLIST=                auto/Finance/Quote/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 23b767b53fe6 -r 1441a09d96f4 www/p5-HTML-Element-Extended/Makefile
--- a/www/p5-HTML-Element-Extended/Makefile     Sat Jan 05 22:38:08 2008 +0000
+++ b/www/p5-HTML-Element-Extended/Makefile     Sat Jan 05 22:41:27 2008 +0000
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2007/02/22 10:51:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/05 22:41:27 heinz Exp $
 
 DISTNAME=              HTML-Element-Extended-1.17
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
-#                      ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MS/MSISK/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/HTML-Element-Extended/
 COMMENT=               Perl5 modules for managing HTML::Element based objects
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 DEPENDS+=              p5-HTML-Tree>=0:../../www/p5-HTML-Tree
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
+USE_LANGUAGES=         # empty
 
 PERL5_PACKLIST=                auto/HTML-Element-Extended/.packlist
 
diff -r 23b767b53fe6 -r 1441a09d96f4 www/p5-HTML-TableExtract/Makefile
--- a/www/p5-HTML-TableExtract/Makefile Sat Jan 05 22:38:08 2008 +0000
+++ b/www/p5-HTML-TableExtract/Makefile Sat Jan 05 22:41:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/24 23:05:42 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/01/05 22:42:51 heinz Exp $
 
 DISTNAME=              HTML-TableExtract-2.10
 PKGNAME=               p5-${DISTNAME}
@@ -9,10 +9,14 @@
 HOMEPAGE=              http://search.cpan.org/dist/HTML-TableExtract/
 COMMENT=               Perl5 module to simplify extracting HTML tables
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=              p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
 DEPENDS+=              p5-HTML-Tree>=3.18:../../www/p5-HTML-Tree
 DEPENDS+=              p5-HTML-Element-Extended>=1.16:../../www/p5-HTML-Element-Extended
 
+USE_LANGUAGES=         # empty
+
 PERL5_PACKLIST=                auto/HTML-TableExtract/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index