pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-HomeDir - Changed MASTER_SITES to the us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4884c49d7a6
branches:  trunk
changeset: 529210:d4884c49d7a6
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 27 20:47:07 2007 +0000

description:
- Changed MASTER_SITES to the usual CPAN scheme.
- The package supports installation to DESTDIR.
- This is purely a Perl package, no compiler needed.

diffstat:

 devel/p5-File-HomeDir/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c961352066b6 -r d4884c49d7a6 devel/p5-File-HomeDir/Makefile
--- a/devel/p5-File-HomeDir/Makefile    Sun May 27 19:55:58 2007 +0000
+++ b/devel/p5-File-HomeDir/Makefile    Sun May 27 20:47:07 2007 +0000
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/27 12:44:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/27 20:47:07 heinz Exp $
 #
 
 DISTNAME=              File-HomeDir-0.64
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=File/}
 
 MAINTAINER=            bartosz%atom.eu.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/File-HomeDir/
 COMMENT=               Get the home directory for yourself or other users
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+
 PERL5_PACKLIST=                auto/File/HomeDir/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index