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-Handler-YAWriter | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-XML-Handler-YAWriter')
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 8bb2e55d119..5aeb84680f7 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-Handler-YAWriter-0.23 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Handler-YAWriter/ COMMENT= Another Perl module for writing XML documents PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # really: XML::Parser::PerlSAX' => 0.06 DEPENDS+= p5-libxml>=0.07:../../textproc/p5-libxml |