summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz>2007-05-27 20:47:07 +0000
committerheinz <heinz>2007-05-27 20:47:07 +0000
commit22c83a8aec0b53c5193fcedd9404999a2547bfc4 (patch)
tree9bde6ecb96d082093c545685a44c001ea7620d2b /devel
parent7810b80df15b839b51552f4cd1ad0f7443e263e5 (diff)
downloadpkgsrc-22c83a8aec0b53c5193fcedd9404999a2547bfc4.tar.gz
- Changed MASTER_SITES to the usual CPAN scheme.
- The package supports installation to DESTDIR. - This is purely a Perl package, no compiler needed.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-HomeDir/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-File-HomeDir/Makefile b/devel/p5-File-HomeDir/Makefile
index 7b21063345a..c18ce0623fd 100644
--- a/devel/p5-File-HomeDir/Makefile
+++ b/devel/p5-File-HomeDir/Makefile
@@ -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
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"