pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PAR-Dist The package supports installation to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dda904256a14
branches:  trunk
changeset: 529941:dda904256a14
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Jun 13 09:41:30 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 devel/p5-PAR-Dist/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 98fd58a8f0f6 -r dda904256a14 devel/p5-PAR-Dist/Makefile
--- a/devel/p5-PAR-Dist/Makefile        Wed Jun 13 00:10:43 2007 +0000
+++ b/devel/p5-PAR-Dist/Makefile        Wed Jun 13 09:41:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/06/09 23:39:03 abs Exp $
+# $NetBSD: Makefile,v 1.10 2007/06/13 09:41:30 heinz Exp $
 #
 
 DISTNAME=      PAR-Dist-0.22
@@ -11,8 +11,10 @@
 HOMEPAGE=      http://search.cpan.org/dist/PAR-Dist/
 COMMENT=       Perl module toolkit to create and manipulate PAR distributions
 
-USE_LANGUAGES= # empty
-PERL5_PACKLIST=        auto/PAR/Dist/.packlist
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/PAR/Dist/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index