summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-06-13 09:41:30 +0000
committerheinz <heinz@pkgsrc.org>2007-06-13 09:41:30 +0000
commit65ba392f6ed604748572a6c8be4a3f8c03bfeaa5 (patch)
tree46dcc81a2ced42333753ac83e526e6f3441fe6f7 /devel
parent07140efcc62ca425a05bda764191981e23c63841 (diff)
downloadpkgsrc-65ba392f6ed604748572a6c8be4a3f8c03bfeaa5.tar.gz
The package supports installation to DESTDIR.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-PAR-Dist/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile
index 5b3cff5f284..a33ccbc115f 100644
--- a/devel/p5-PAR-Dist/Makefile
+++ b/devel/p5-PAR-Dist/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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"