pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c2d0cd98474
branches:  trunk
changeset: 545187:6c2d0cd98474
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 27 22:37:54 2008 +0000

description:
Add DESTDIR support.

diffstat:

 devel/p5-Sub-Identify/Makefile |  4 +++-
 devel/p5-Sub-Name/Makefile     |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 72f0ffe9a5b5 -r 6c2d0cd98474 devel/p5-Sub-Identify/Makefile
--- a/devel/p5-Sub-Identify/Makefile    Sun Jul 27 22:35:17 2008 +0000
+++ b/devel/p5-Sub-Identify/Makefile    Sun Jul 27 22:37:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 09:25:46 seb Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/27 22:37:54 seb Exp $
 #
 
 DISTNAME=      Sub-Identify-0.03
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/Sub-Identify/
 COMMENT=       Perl 5 module to retrieve names of code references
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Sub/Identify/.packlist
 
diff -r 72f0ffe9a5b5 -r 6c2d0cd98474 devel/p5-Sub-Name/Makefile
--- a/devel/p5-Sub-Name/Makefile        Sun Jul 27 22:35:17 2008 +0000
+++ b/devel/p5-Sub-Name/Makefile        Sun Jul 27 22:37:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 07:59:15 seb Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/27 22:43:45 seb Exp $
 #
 
 DISTNAME=      Sub-Name-0.04
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/Sub-Name/
 COMMENT=       Perl 5 module to (re)name a sub
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PERL5_PACKLIST=        auto/Sub/Name/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index