pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-Depends The package supports install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d60bafb3c36
branches:  trunk
changeset: 539954:9d60bafb3c36
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Mar 17 22:13:35 2008 +0000

description:
The package supports installation to DESTDIR. It does not need a
compiler.

diffstat:

 devel/p5-ExtUtils-Depends/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0d09fe64daea -r 9d60bafb3c36 devel/p5-ExtUtils-Depends/Makefile
--- a/devel/p5-ExtUtils-Depends/Makefile        Mon Mar 17 20:57:04 2008 +0000
+++ b/devel/p5-ExtUtils-Depends/Makefile        Mon Mar 17 22:13:35 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/27 09:09:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/03/17 22:13:35 heinz Exp $
 #
 
 DISTNAME=      ExtUtils-Depends-0.205
@@ -10,8 +10,11 @@
 HOMEPAGE=      http://gtk2-perl.sourceforge.net/
 COMMENT=       Easily build XS extensions that depend on XS extensions
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+USE_LANGUAGES= # empty
+
 PERL5_PACKLIST=        auto/ExtUtils/Depends/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index