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/0d848a312223
branches:  trunk
changeset: 538424:0d848a312223
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Feb 07 21:28:29 2008 +0000

description:
The package supports installation to DESTDIR.
A compiler is not necessary.

diffstat:

 devel/p5-Parse-RecDescent/Makefile      |  10 ++++++----
 math/p5-Spreadsheet-WriteExcel/Makefile |   7 +++++--
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r fbc62fe824af -r 0d848a312223 devel/p5-Parse-RecDescent/Makefile
--- a/devel/p5-Parse-RecDescent/Makefile        Thu Feb 07 21:13:57 2008 +0000
+++ b/devel/p5-Parse-RecDescent/Makefile        Thu Feb 07 21:28:29 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/09/10 06:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/02/07 21:28:29 heinz Exp $
 #
 
 DISTNAME=      Parse-RecDescent-1.94
@@ -11,11 +11,13 @@
 HOMEPAGE=      http://search.cpan.org/dist/Parse-RecDescent/
 COMMENT=       Perl5 module to generate recursive-descent parsers
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 DEPENDS+=      p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-PERL5_PACKLIST=                auto/Parse/RecDescent/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Parse/RecDescent/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fbc62fe824af -r 0d848a312223 math/p5-Spreadsheet-WriteExcel/Makefile
--- a/math/p5-Spreadsheet-WriteExcel/Makefile   Thu Feb 07 21:13:57 2008 +0000
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile   Thu Feb 07 21:28:29 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/06/10 09:15:37 obache Exp $
+# $NetBSD: Makefile,v 1.15 2008/02/07 21:31:48 heinz Exp $
 #
 
 DISTNAME=      Spreadsheet-WriteExcel-2.18
@@ -10,10 +10,13 @@
 HOMEPAGE=      http://search.cpan.org/dist/Spreadsheet-WriteExcel/
 COMMENT=       Create Excel data files
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
 DEPENDS+=      p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite
 
-PERL5_PACKLIST=                auto/Spreadsheet/WriteExcel/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Spreadsheet/WriteExcel/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index