diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/p5-XML-Twig | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-XML-Twig')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 9ac661ce07b..65c3ebe0279 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/11/06 13:40:41 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Twig-3.26 @@ -30,6 +30,7 @@ DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser #DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Twig/.packlist |